diff options
author | Bastien Nocera <hadess@hadess.net> | 2014-10-20 18:51:47 +0200 |
---|---|---|
committer | Bastien Nocera <hadess@hadess.net> | 2014-10-20 18:55:34 +0200 |
commit | 87f40d02b14f7683544fb661015dec5f6fef911c (patch) | |
tree | 669a518ea730f11b99d8ca1c2f8cd1048378af9c | |
parent | e2139482fc0edc13f6be2fb6a83eb9b7e2f885c5 (diff) | |
download | totem-87f40d02b14f7683544fb661015dec5f6fef911c.tar.gz |
main: Remove unused totem_options_process_late() prototype
Declared but not actually implemented.
-rw-r--r-- | src/totem-options.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/totem-options.h b/src/totem-options.h index 5f59e81fd..cdc3888c3 100644 --- a/src/totem-options.h +++ b/src/totem-options.h @@ -54,8 +54,6 @@ extern const GOptionEntry all_options[]; extern TotemCmdLineOptions optionstate; void totem_options_register_remote_commands (Totem *totem); -void totem_options_process_late (Totem *totem, - const TotemCmdLineOptions* options); void totem_options_process_for_server (Totem *totem, const TotemCmdLineOptions* options); |