[ekiga] Removed dead code from the main window



commit 9c6c48f0cc73c4cb41b9cd9de94c7d44d9d3e95a
Author: Julien Puydt <jpuydt free fr>
Date:   Tue Nov 13 20:33:04 2012 +0100

    Removed dead code from the main window

 src/gui/main_window.cpp |   13 -------------
 1 files changed, 0 insertions(+), 13 deletions(-)
---
diff --git a/src/gui/main_window.cpp b/src/gui/main_window.cpp
index a280fad..6ba61d2 100644
--- a/src/gui/main_window.cpp
+++ b/src/gui/main_window.cpp
@@ -71,9 +71,6 @@
 
 #include <algorithm>
 
-// this is a bad way to do things,but still
-#undef CORE_ACTIONS_MENU
-
 enum CallingState {Standby, Calling, Connected, Called};
 
 enum DeviceType {AudioInput, AudioOutput, Ringer, VideoInput};
@@ -1305,16 +1302,6 @@ ekiga_main_window_init_menu (EkigaMainWindow *mw)
 
       GTK_MENU_SEPARATOR,
 
-#ifdef CORE_ACTIONS_MENU
-      // FIXME: that isn't a very good way to do things
-      GTK_MENU_ENTRY ("core-actions", _("Other"),
-		      _("Other possible actions"),
-		      GTK_STOCK_EXECUTE, 0,
-		      NULL, NULL, FALSE),
-
-      GTK_MENU_SEPARATOR,
-#endif
-
       GTK_MENU_ENTRY("close", NULL, _("Close the Ekiga window"),
 		     GTK_STOCK_CLOSE, 'W',
 		     G_CALLBACK (window_closed_from_menu_cb),



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