summaryrefslogtreecommitdiff
path: root/plugins/Scriver/src
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2018-04-08 19:32:53 +0300
committerGeorge Hazan <ghazan@miranda.im>2018-04-08 19:32:53 +0300
commit54d4f23914b1b40d5a81345a1eacef6750ed0266 (patch)
tree1f3da4238893f4c120639e83fc3c0d7c05cf7817 /plugins/Scriver/src
parent637160171257b00778e12ce46f9e4231e2c41621 (diff)
stupid option removed from group chats according to results of voting
Diffstat (limited to 'plugins/Scriver/src')
-rw-r--r--plugins/Scriver/src/chat_options.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/plugins/Scriver/src/chat_options.cpp b/plugins/Scriver/src/chat_options.cpp
index 6f6a664edc..9f19428273 100644
--- a/plugins/Scriver/src/chat_options.cpp
+++ b/plugins/Scriver/src/chat_options.cpp
@@ -42,7 +42,6 @@ static struct branch_t branch1[] = {
{ LPGENW("Show topic on your contact list (if supported)"), "TopicOnClist", 0, 0, nullptr },
{ LPGENW("Do not play sounds when focused"), "SoundsFocus", 0, 0, nullptr },
{ LPGENW("Do not pop up when joining"), "PopupOnJoin", 0, 0, nullptr },
- { LPGENW("Show and hide by double clicking in the contact list"), "ToggleVisibility", 0, 0, nullptr },
{ LPGENW("Show contact statuses (if supported)"), "ShowContactStatus", 0, 0, nullptr },
{ LPGENW("Display contact status icon before role icon"), "ContactStatusFirst", 0, 0, nullptr },
{ LPGENW("Add ':' to auto-completed names"), "AddColonToAutoComplete", 0, 1, nullptr }