diff options
author | David Robillard <d@drobilla.net> | 2013-01-13 18:42:19 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2013-01-13 18:42:19 +0000 |
commit | 29cf3519e62daebb6a28b689a706104efbb26cb4 (patch) | |
tree | 799a6d289261420eee9822e32da04f626206279d /src/gui | |
parent | 2a45807b4db3cf6fa1f11633b8dc4e83ab8622c5 (diff) | |
download | machina-29cf3519e62daebb6a28b689a706104efbb26cb4.tar.gz machina-29cf3519e62daebb6a28b689a706104efbb26cb4.tar.bz2 machina-29cf3519e62daebb6a28b689a706104efbb26cb4.zip |
Remove unused menu item.
git-svn-id: http://svn.drobilla.net/lad/trunk/machina@4963 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/gui')
-rw-r--r-- | src/gui/MachinaGUI.cpp | 1 | ||||
-rw-r--r-- | src/gui/MachinaGUI.hpp | 1 | ||||
-rw-r--r-- | src/gui/machina.ui | 10 |
3 files changed, 0 insertions, 12 deletions
diff --git a/src/gui/MachinaGUI.cpp b/src/gui/MachinaGUI.cpp index cc22cf8..0b31c90 100644 --- a/src/gui/MachinaGUI.cpp +++ b/src/gui/MachinaGUI.cpp @@ -65,7 +65,6 @@ MachinaGUI::MachinaGUI(SPtr<machina::Engine> engine) xml->get_widget("import_midi_menuitem", _menu_import_midi); xml->get_widget("export_midi_menuitem", _menu_export_midi); xml->get_widget("export_graphviz_menuitem", _menu_export_graphviz); - xml->get_widget("view_time_edges_menuitem", _menu_view_time_edges); xml->get_widget("view_toolbar_menuitem", _menu_view_toolbar); xml->get_widget("view_labels_menuitem", _menu_view_labels); xml->get_widget("help_about_menuitem", _menu_help_about); diff --git a/src/gui/MachinaGUI.hpp b/src/gui/MachinaGUI.hpp index 3ebbd04..a4e3908 100644 --- a/src/gui/MachinaGUI.hpp +++ b/src/gui/MachinaGUI.hpp @@ -146,7 +146,6 @@ protected: Gtk::MenuItem* _menu_export_graphviz; Gtk::MenuItem* _menu_help_about; Gtk::CheckMenuItem* _menu_view_labels; - Gtk::CheckMenuItem* _menu_view_time_edges; Gtk::CheckMenuItem* _menu_view_toolbar; Gtk::MenuItem* _menu_help_help; Gtk::ScrolledWindow* _canvas_scrolledwindow; diff --git a/src/gui/machina.ui b/src/gui/machina.ui index 75c4c1f..ccf85ad 100644 --- a/src/gui/machina.ui +++ b/src/gui/machina.ui @@ -283,16 +283,6 @@ press stop or play and the new nodes will be added to the machine. <object class="GtkMenu" id="view_menu_menu"> <property name="can_focus">False</property> <child> - <object class="GtkCheckMenuItem" id="view_time_edges_menuitem"> - <property name="use_action_appearance">False</property> - <property name="visible">True</property> - <property name="can_focus">False</property> - <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property> - <property name="label" translatable="yes">_Time Based Edges</property> - <property name="use_underline">True</property> - </object> - </child> - <child> <object class="GtkCheckMenuItem" id="view_labels_menuitem"> <property name="use_action_appearance">False</property> <property name="visible">True</property> |