diff options
Diffstat (limited to 'calendar/gui/main.c')
-rw-r--r-- | calendar/gui/main.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/calendar/gui/main.c b/calendar/gui/main.c index a3a3a3339e..99245384ec 100644 --- a/calendar/gui/main.c +++ b/calendar/gui/main.c @@ -67,7 +67,6 @@ ECompEditorRegistry *comp_editor_registry = NULL; /* The component editor factory */ static CompEditorFactory *comp_editor_factory = NULL; - /* Factory function for the calendar component factory; just creates and * references a singleton service object. */ @@ -84,7 +83,6 @@ comp_editor_factory_fn (void) return BONOBO_OBJECT (comp_editor_factory); } - /* Does a simple activation and unreffing of the alarm notification service so * that the daemon will be launched if it is not running yet. */ @@ -138,7 +136,6 @@ initialize (void) launch_alarm_daemon (); - /* Initialize plugin system */ e_plugin_hook_register_type (e_cal_popup_hook_get_type()); e_plugin_hook_register_type (e_cal_menu_hook_get_type()); |