diff options
author | Anton Lundin <glance@acc.umu.se> | 2014-07-14 21:49:58 +0200 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2014-07-14 18:33:54 -0700 |
commit | 64d7c5c04251132f98c2f4814d16a05c5adbe8f2 (patch) | |
tree | 41bc5929d24c9a9d8461b7b398f02475113e2159 /qt-ui/mainwindow.ui | |
parent | c43708bc8ea7abc474b751cb0d901b913e54598c (diff) | |
download | subsurface-64d7c5c04251132f98c2f4814d16a05c5adbe8f2.tar.gz |
Remove unused menu "Filter"
The filter menu wasn't connected to anything other than a debug print.
This removes that menu.
Signed-off-by: Anton Lundin <glance@acc.umu.se>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'qt-ui/mainwindow.ui')
-rw-r--r-- | qt-ui/mainwindow.ui | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/qt-ui/mainwindow.ui b/qt-ui/mainwindow.ui index b2391fe30..c12446867 100644 --- a/qt-ui/mainwindow.ui +++ b/qt-ui/mainwindow.ui @@ -716,12 +716,6 @@ p, li { white-space: pre-wrap; } <addaction name="separator"/> <addaction name="actionFullScreen"/> </widget> - <widget class="QMenu" name="menuFilter"> - <property name="title"> - <string>Filter</string> - </property> - <addaction name="actionSelectEvents"/> - </widget> <widget class="QMenu" name="menuHelp"> <property name="title"> <string>&Help</string> @@ -932,16 +926,6 @@ p, li { white-space: pre-wrap; } <string>Right</string> </property> </action> - <action name="actionSelectEvents"> - <property name="text"> - <string>&Select events</string> - </property> - </action> - <action name="actionInputPlan"> - <property name="text"> - <string>Input Plan</string> - </property> - </action> <action name="actionAboutSubsurface"> <property name="text"> <string>&About Subsurface</string> |