diff options
Diffstat (limited to 'plugins/BasicHistory/src')
| -rw-r--r-- | plugins/BasicHistory/src/EventList.cpp | 3 | ||||
| -rw-r--r-- | plugins/BasicHistory/src/Options.cpp | 3 | ||||
| -rw-r--r-- | plugins/BasicHistory/src/stdafx.h | 1 | 
3 files changed, 1 insertions, 6 deletions
diff --git a/plugins/BasicHistory/src/EventList.cpp b/plugins/BasicHistory/src/EventList.cpp index a28d394d90..0ec5f8b5c0 100644 --- a/plugins/BasicHistory/src/EventList.cpp +++ b/plugins/BasicHistory/src/EventList.cpp @@ -508,9 +508,6 @@ bool EventList::GetEventIcon(bool isMe, int eventType, int &id)  	case EVENTTYPE_MESSAGE:
  		id = isMe ? 1 : 0;
  		return true;
 -	case EVENTTYPE_STATUSCHANGE:
 -		id = 2;
 -		return true;
  	case EVENTTYPE_FILE:
  		id = iconsNum;
  		return true;
 diff --git a/plugins/BasicHistory/src/Options.cpp b/plugins/BasicHistory/src/Options.cpp index 8a96797e6a..a8db8de746 100644 --- a/plugins/BasicHistory/src/Options.cpp +++ b/plugins/BasicHistory/src/Options.cpp @@ -24,7 +24,7 @@ extern HINSTANCE hInst;  extern bool g_SmileyAddAvail;
  extern bool bPopupsEnabled;
 -#define MODULE				"BasicHistory"
 +#define MODULE "BasicHistory"
  Options *Options::instance;
 @@ -38,7 +38,6 @@ EventNames[] =  	EVENTTYPE_MESSAGE, LPGENT("Message"),
  	EVENTTYPE_FILE, LPGENT("File transfer"),
  	EVENTTYPE_URL, LPGENT("Link"),
 -	EVENTTYPE_STATUSCHANGE, LPGENT("Status change"),
  	EVENTTYPE_AUTHREQUEST, LPGENT("Authorization request"),
  	EVENTTYPE_ADDED, LPGENT("You were added"),
  	EVENTTYPE_CONTACTS, LPGENT("Contacts received"),
 diff --git a/plugins/BasicHistory/src/stdafx.h b/plugins/BasicHistory/src/stdafx.h index 63e485d06a..510afd1c08 100644 --- a/plugins/BasicHistory/src/stdafx.h +++ b/plugins/BasicHistory/src/stdafx.h @@ -89,7 +89,6 @@  #define HISTORY_HK_IMPDAT 116
  #define HISTORY_HK_ALLCONTACTS 117
 -#define EVENTTYPE_STATUSCHANGE          25368
  #define EVENTTYPE_SMTPSIMPLE            2350
  HICON LoadIconEx(int iconId, int big = 0);
  | 
