summaryrefslogtreecommitdiff
path: root/src/core
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 /src/core
parent637160171257b00778e12ce46f9e4231e2c41621 (diff)
stupid option removed from group chats according to results of voting
Diffstat (limited to 'src/core')
-rw-r--r--src/core/stdmsg/src/chat_options.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/core/stdmsg/src/chat_options.cpp b/src/core/stdmsg/src/chat_options.cpp
index a45ca08495..c204f62095 100644
--- a/src/core/stdmsg/src/chat_options.cpp
+++ b/src/core/stdmsg/src/chat_options.cpp
@@ -43,7 +43,6 @@ static branch_t branch1[] = {
{ LPGENW("Show the topic of the room on your contact list (if supported)"), "TopicOnClist", 0, false },
{ LPGENW("Do not play sounds when the chat room is focused"), "SoundsFocus", 0, false },
{ LPGENW("Do not pop up the window when joining a chat room"), "PopupOnJoin", 0, false },
- { LPGENW("Toggle the visible state when double clicking in the contact list"), "ToggleVisibility", 0, false },
{ LPGENW("Show contact statuses if protocol supports them"), "ShowContactStatus", 0, false },
{ LPGENW("Display contact status icon before user role icon"), "ContactStatusFirst", 0, false },
};