summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2017-03-21 13:05:51 +0300
committerGeorge Hazan <ghazan@miranda.im>2017-03-21 13:05:51 +0300
commitb6330f119c9f253d470dac46b20335811a8e0676 (patch)
treeff4c104ba68b31df11bc4d081e6d28236aa15ffd /include
parentcf4f393a60b851efb3f7c6df525d2565dff0688b (diff)
unused shit removed
Diffstat (limited to 'include')
-rw-r--r--include/m_chat.h1
-rw-r--r--include/m_chat_int.h1
2 files changed, 0 insertions, 2 deletions
diff --git a/include/m_chat.h b/include/m_chat.h
index 93679fb1e1..6ddb8c5c50 100644
--- a/include/m_chat.h
+++ b/include/m_chat.h
@@ -133,7 +133,6 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
#define GC_ACKMSG 0x0020 // the protocol must acknowlege messages sent
#define GC_TYPNOTIF 0x0040 // enable typing notifications.
#define GC_CHANMGR 0x0080 // enable the 'channel settings' button
-#define GC_SINGLEFORMAT 0x0100 // the protocol supports only 1 formatting per message
#define GC_FONTSIZE 0x0200 // enable font size selection
// Error messages
diff --git a/include/m_chat_int.h b/include/m_chat_int.h
index b2912ac609..743078d476 100644
--- a/include/m_chat_int.h
+++ b/include/m_chat_int.h
@@ -89,7 +89,6 @@ struct GCModuleInfoBase
bool bBkgColor;
bool bChanMgr;
bool bAckMsg;
- bool bSingleFormat;
bool bFontSize;
int nColorCount;
COLORREF* crColors;