summaryrefslogtreecommitdiff
path: root/src/totem-options.h
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2014-10-20 18:51:47 +0200
committerBastien Nocera <hadess@hadess.net>2014-10-20 18:55:34 +0200
commit87f40d02b14f7683544fb661015dec5f6fef911c (patch)
tree669a518ea730f11b99d8ca1c2f8cd1048378af9c /src/totem-options.h
parente2139482fc0edc13f6be2fb6a83eb9b7e2f885c5 (diff)
downloadtotem-87f40d02b14f7683544fb661015dec5f6fef911c.tar.gz
main: Remove unused totem_options_process_late() prototype
Declared but not actually implemented.
Diffstat (limited to 'src/totem-options.h')
-rw-r--r--src/totem-options.h2
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);