diff options
author | George Hazan <ghazan@miranda.im> | 2019-06-04 22:24:45 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2019-06-04 22:24:45 +0300 |
commit | 64a45c8bd01e0d3658d7716c42503a5f139c5fe8 (patch) | |
tree | d0349a8ad9d1990f0191588e507db743a3b85477 /plugins/NewAwaySysMod/src | |
parent | 7334304717759df342b730cb676bd87dcf1e6200 (diff) |
fixes #1963 (unused icons in proto_conn_*.dll)
Diffstat (limited to 'plugins/NewAwaySysMod/src')
-rw-r--r-- | plugins/NewAwaySysMod/src/stdafx.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/plugins/NewAwaySysMod/src/stdafx.h b/plugins/NewAwaySysMod/src/stdafx.h index 4f522729b1..d73d285e65 100644 --- a/plugins/NewAwaySysMod/src/stdafx.h +++ b/plugins/NewAwaySysMod/src/stdafx.h @@ -91,10 +91,7 @@ #define SF_NA 0x8
#define SF_OCC 0x10
#define SF_DND 0x20
-#define SF_FFC 0x40
#define SF_INV 0x80
-#define SF_OTP 0x100
-#define SF_OTL 0x200
#define SF_OTHER 0x80000000
#define MOREOPTDLG_DEF_DONTPOPDLG (SF_ONL | SF_INV)
|