[gnote] Remove unused actions



commit 217587a0502a4e3c792c86d7e62f613841c591d8
Author: Aurimas Äernius <aurisc4 gmail com>
Date:   Fri Oct 19 23:51:54 2012 +0300

    Remove unused actions

 src/actionmanager.cpp |    8 --------
 1 files changed, 0 insertions(+), 8 deletions(-)
---
diff --git a/src/actionmanager.cpp b/src/actionmanager.cpp
index f57fca6..f994e52 100644
--- a/src/actionmanager.cpp
+++ b/src/actionmanager.cpp
@@ -181,8 +181,6 @@ namespace gnote {
   void ActionManager::populate_action_groups()
   {
     Glib::RefPtr<Gtk::Action> action;
-    action = Gtk::Action::create("FileMenuAction", _("_File"));
-    m_main_window_actions->add(action);
 
 #if 0
     action = Gtk::Action::create("NewNoteAction", 
@@ -208,17 +206,11 @@ namespace gnote {
       _("_Quit"), _("Quit Gnote"));
     m_main_window_actions->add(action, Gtk::AccelKey("<Control>Q"));
 
-    action = Gtk::Action::create("EditMenuAction", _("_Edit"));
-    m_main_window_actions->add(action);
-
     action = Gtk::Action::create(
       "ShowPreferencesAction", Gtk::Stock::PREFERENCES,
       _("_Preferences"), _("Gnote Preferences"));
     m_main_window_actions->add(action);
 
-    action = Gtk::Action::create("HelpMenuAction", _("_Help"));
-    m_main_window_actions->add(action);
-
     action = Gtk::Action::create("ShowHelpAction", Gtk::Stock::HELP,
       _("_Contents"), _("Gnote Help"));
     m_main_window_actions->add(action, Gtk::AccelKey("F1"));



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