diff options
author | George Hazan <ghazan@miranda.im> | 2017-02-01 17:52:22 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2017-02-01 17:52:22 +0300 |
commit | 2eb26dc2acbcd30ae9f3673dae89ba647f594564 (patch) | |
tree | 3e79dccb35ce2a778f8e889b14858cddd54d851c /protocols/Sametime | |
parent | a394c200ee2664b177d376259ab26b78bb854c19 (diff) |
PLI_ONLINE & PLI_OFFLINE - unused constants removed
Diffstat (limited to 'protocols/Sametime')
-rw-r--r-- | protocols/Sametime/src/sametime.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/protocols/Sametime/src/sametime.cpp b/protocols/Sametime/src/sametime.cpp index 0a2e9631ff..0b78ced3f5 100644 --- a/protocols/Sametime/src/sametime.cpp +++ b/protocols/Sametime/src/sametime.cpp @@ -59,8 +59,7 @@ INT_PTR CSametimeProto::GetStatus(WPARAM wParam, LPARAM lParam) /** Loads the icon corresponding to the status
* Called by the CList when the status changes.
-* @param wParam : one of the following values : \n
- <tt>PLI_PROTOCOL | PLI_ONLINE | PLI_OFFLINE</tt>
+* @param wParam : icon type
* @return an \c HICON in which the icon has been loaded.
*/
INT_PTR CSametimeProto::SametimeLoadIcon(WPARAM wParam, LPARAM lParam)
|