diff options
author | George Hazan <ghazan@miranda.im> | 2021-01-16 16:39:56 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2021-01-16 16:40:02 +0300 |
commit | 97f80dd9e5737bb65cdd2b745c864e9c3b7ab433 (patch) | |
tree | a9c4d64b44c94cbc5dc9de1280c0e47a51ae496c /protocols/Discord/src/options.cpp | |
parent | e2401b83c1cecd4460ccd6cb44c5f9284eb5e0ac (diff) |
glory, glory, halleluya: perversive manual call of OnChange() event inside OnInitDialog isn't needed anymore
Diffstat (limited to 'protocols/Discord/src/options.cpp')
-rw-r--r-- | protocols/Discord/src/options.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/protocols/Discord/src/options.cpp b/protocols/Discord/src/options.cpp index bd4c3cd493..f704ae029f 100644 --- a/protocols/Discord/src/options.cpp +++ b/protocols/Discord/src/options.cpp @@ -52,8 +52,6 @@ public: ptrW buf(m_proto->getWStringA(DB_KEY_PASSWORD)); if (buf) m_edPassword.SetText(buf); - - onChange_GroupChats(0); return true; } |