summaryrefslogtreecommitdiff
path: root/classes/rpc.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2021-02-12 18:43:30 +0300
committerAndrew Dolgov <[email protected]>2021-02-12 18:43:30 +0300
commitad7842c98af21bf400c0f347455a3a8432c01140 (patch)
tree1901428522ab2372daadf72683cf2dd60597c269 /classes/rpc.php
parent9330bde9917c0813fdf874a179cb45e1361edd47 (diff)
RIP tag cloud: last of the vanilla popup dialog system
Diffstat (limited to 'classes/rpc.php')
-rwxr-xr-xclasses/rpc.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/classes/rpc.php b/classes/rpc.php
index a6ddf7004..f8af1d660 100755
--- a/classes/rpc.php
+++ b/classes/rpc.php
@@ -638,7 +638,6 @@ class RPC extends Handler_Protected {
"goto_marked" => __("Starred"),
"goto_published" => __("Published"),
"goto_read" => __("Recently read"),
- "goto_tagcloud" => __("Tag cloud"),
"goto_prefs" => __("Preferences")),
__("Other") => array(
"create_label" => __("Create label"),
@@ -711,7 +710,6 @@ class RPC extends Handler_Protected {
"g s" => "goto_marked",
"g p" => "goto_published",
"g r" => "goto_read",
- "g t" => "goto_tagcloud",
"g P" => "goto_prefs",
"r" => "select_article_cursor",
"c l" => "create_label",