[totem] main: Remove FIXME around commented code



commit 90d3e5feaa40d72cf3ea2b83655df849d8a7cbab
Author: Bastien Nocera <hadess hadess net>
Date:   Sat Mar 9 01:28:21 2013 +0100

    main: Remove FIXME around commented code
    
    totem_session_add_options() is gone because the eggsmclient
    code is gone.

 src/totem-options.c |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)
---
diff --git a/src/totem-options.c b/src/totem-options.c
index a120422..5065f07 100644
--- a/src/totem-options.c
+++ b/src/totem-options.c
@@ -85,9 +85,6 @@ totem_options_get_context (void)
        g_option_context_add_group (context, baconoptiongroup);
 
        g_option_context_add_group (context, gtk_get_option_group (FALSE));
-       /* FIXME:
-        * This seems to hang on startup */
-       /* totem_session_add_options (context); */
 
        return context;
 }


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]