summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2016-03-22 10:28:34 +0300
committerAndrew Dolgov <[email protected]>2016-03-22 10:28:34 +0300
commit7c0d68f2076cd341ccdd14b7ba8def2750b39fa0 (patch)
tree1f60db009017f97eb088e2dcf393a9210523adf3 /include
parenta51bc3dfa5631a7c0b9121fdfc47fcc35209ac6f (diff)
remove dismiss* functions
Diffstat (limited to 'include')
-rw-r--r--include/functions2.php4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/functions2.php b/include/functions2.php
index 811c72ee3..f31a61942 100644
--- a/include/functions2.php
+++ b/include/functions2.php
@@ -64,8 +64,6 @@
"toggle_publ" => __("Toggle published"),
"toggle_unread" => __("Toggle unread"),
"edit_tags" => __("Edit tags"),
- "dismiss_selected" => __("Dismiss selected"),
- "dismiss_read" => __("Dismiss read"),
"open_in_new_window" => __("Open in new window"),
"catchup_below" => __("Mark below as read"),
"catchup_above" => __("Mark above as read"),
@@ -135,8 +133,6 @@
"*s" => "toggle_publ",
"u" => "toggle_unread",
"*t" => "edit_tags",
- "*d" => "dismiss_selected",
- "*x" => "dismiss_read",
"o" => "open_in_new_window",
"c p" => "catchup_below",
"c n" => "catchup_above",