diff options
author | Szymon Tokarz <wsx22@o2.pl> | 2016-12-02 01:31:14 +0100 |
---|---|---|
committer | Szymon Tokarz <wsx22@o2.pl> | 2016-12-02 01:31:14 +0100 |
commit | 23b439bec4cc9fb9f8541eeeb838da301295a5cd (patch) | |
tree | 698b42aedfff3f9d8bff1581563dba1b800bf845 /protocols/Sametime | |
parent | f89c6a6fc1c705ff1839c023b8b33efcfc09853f (diff) |
[Sametime] remove comment for removed code
Diffstat (limited to 'protocols/Sametime')
-rw-r--r-- | protocols/Sametime/src/utils.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/protocols/Sametime/src/utils.cpp b/protocols/Sametime/src/utils.cpp index b5ab55d29e..321115a890 100644 --- a/protocols/Sametime/src/utils.cpp +++ b/protocols/Sametime/src/utils.cpp @@ -75,10 +75,6 @@ void CALLBACK sttMainThreadCallback(PVOID dwParam) CSametimeProto* proto = puData->proto;
ErrorDisplay disp = proto->options.err_method;
- // funny logic :) ... try to avoid message boxes
- // if want baloons but no balloons, try popups
- // if want popups but no popups, try baloons
- // if, after that, you want balloons but no balloons, revert to message boxes
if (disp == ED_POP) {
POPUPDATACLASS ppd = { sizeof(ppd) };
|