From 45a5b1f9b7709f8d93b57abea7ba46b44eac5707 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Thu, 10 Oct 2013 15:13:20 +0000 Subject: - MS_CLIST_GETSTATUSMODEDESCRIPTION replaced with the direct clist call - crazy & obsolete constant GSMDF_PREFIXONLINE removed git-svn-id: http://svn.miranda-ng.org/main/trunk@6428 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- include/m_clist.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'include') diff --git a/include/m_clist.h b/include/m_clist.h index df82559883..2636f2881b 100644 --- a/include/m_clist.h +++ b/include/m_clist.h @@ -60,8 +60,6 @@ extern int hLangpack; //lParam = flags, below //returns a static buffer of the description of the given status mode //returns NULL if the status mode was unknown -#define GSMDF_PREFIXONLINE 1 //prefix "Online: " to all status modes that - //imply online, eg "Online: Away" #define GSMDF_UNICODE 2 //will return TCHAR* instead of char* #if defined(_UNICODE) #define GSMDF_TCHAR GSMDF_UNICODE //will return TCHAR* instead of char* -- cgit v1.2.3