diff options
author | George Hazan <ghazan@miranda.im> | 2019-06-04 15:59:22 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2019-06-04 16:58:05 +0300 |
commit | ceef3ded6c011efb559b8c155084fb717d9bdc2a (patch) | |
tree | 993d7f1a8a85f2d91347bed344448ada2f4bce67 | |
parent | daa18dd018e3658b6dd7f9a6549842d11b26a4bf (diff) |
old statuses removed from comments too
-rw-r--r-- | plugins/MirandaG15/src/CContactList.cpp | 2 | ||||
-rw-r--r-- | protocols/YAMN/src/yamn.cpp | 9 |
2 files changed, 1 insertions, 10 deletions
diff --git a/plugins/MirandaG15/src/CContactList.cpp b/plugins/MirandaG15/src/CContactList.cpp index 5e2a1b15db..ee7bd5a20d 100644 --- a/plugins/MirandaG15/src/CContactList.cpp +++ b/plugins/MirandaG15/src/CContactList.cpp @@ -11,7 +11,7 @@ const int aiStatusPriority[] = 1, // ID_STATUS_DND 40074
7, // ID_STATUS_NA 40075
6, // ID_STATUS_OCCUPIED 40076
- 9, // ID_STATUS_INVISIBLE 40077
+ 9 // ID_STATUS_INVISIBLE 40077
};
//************************************************************************
diff --git a/protocols/YAMN/src/yamn.cpp b/protocols/YAMN/src/yamn.cpp index 3abeea3e12..1b4b9e4f01 100644 --- a/protocols/YAMN/src/yamn.cpp +++ b/protocols/YAMN/src/yamn.cpp @@ -160,18 +160,9 @@ void CALLBACK TimerProc(HWND, UINT, UINT_PTR, DWORD) case ID_STATUS_OCCUPIED: DebugLog(SynchroFile, "TimerProc:ActualAccountSO-read enter status occupied\n"); break; - case ID_STATUS_FREECHAT: - DebugLog(SynchroFile, "TimerProc:ActualAccountSO-read enter status freechat\n"); - break; case ID_STATUS_INVISIBLE: DebugLog(SynchroFile, "TimerProc:ActualAccountSO-read enter status invisible\n"); break; - case ID_STATUS_ONTHEPHONE: - DebugLog(SynchroFile, "TimerProc:ActualAccountSO-read enter status onthephone\n"); - break; - case ID_STATUS_OUTTOLUNCH: - DebugLog(SynchroFile, "TimerProc:ActualAccountSO-read enter status outtolunch\n"); - break; default: DebugLog(SynchroFile, "TimerProc:ActualAccountSO-read enter status unknown\n"); break; |