summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--res/menu/filtershow_activity_menu.xml6
-rw-r--r--res/values/filtershow_strings.xml4
2 files changed, 0 insertions, 10 deletions
diff --git a/res/menu/filtershow_activity_menu.xml b/res/menu/filtershow_activity_menu.xml
index f62bf3967..0a8f4e97a 100644
--- a/res/menu/filtershow_activity_menu.xml
+++ b/res/menu/filtershow_activity_menu.xml
@@ -20,12 +20,6 @@
android:id="@+id/resetHistoryButton"
android:title="@string/reset"/>
<item
- android:id="@+id/operationsButton"
- android:icon="@drawable/filtershow_button_operations"
- android:showAsAction="never"
- android:visible="true"
- android:title="@string/show_history_panel"/>
- <item
android:id="@+id/showImageStateButton"
android:showAsAction="never"
android:visible="true"
diff --git a/res/values/filtershow_strings.xml b/res/values/filtershow_strings.xml
index 11f27cf1b..e2b04d2cc 100644
--- a/res/values/filtershow_strings.xml
+++ b/res/values/filtershow_strings.xml
@@ -39,10 +39,6 @@
<string name="filtershow_undo">Undo</string>
<!-- Text for redo menu item [CHAR LIMIT=20] -->
<string name="filtershow_redo">Redo</string>
- <!-- Text for the history panel menu item [CHAR LIMIT=20] -->
- <string name="show_history_panel">Show History</string>
- <!-- Text for the history panel menu item [CHAR LIMIT=20] -->
- <string name="hide_history_panel">Hide History</string>
<!-- Text for the image state panel menu item [CHAR LIMIT=20] -->
<string name="show_imagestate_panel">Show Image State</string>
<!-- Text for the image state panel menu item [CHAR LIMIT=20] -->