summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/m_clist.h2
1 files changed, 0 insertions, 2 deletions
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*