diff options
author | George Hazan <ghazan@miranda.im> | 2018-12-28 13:05:02 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2018-12-28 13:05:02 +0300 |
commit | a6fee0d53fb640868e010e0dc54b116d9d143ddf (patch) | |
tree | aa9b865d88072262e5767ba29f228e8a9c7b457b /plugins/MenuItemEx/src/stdafx.h | |
parent | 9e8be78665b9f69a255f2d2d43254a1ae2834e36 (diff) |
User added notifications:
- old obsoleted ICQ-related junk like PF4_FORCEADDED & PF1_ADDED removed;
- appropriate controls removed from auth dialogs and menus;
- fixes #1680 (ICQ10: disable "Auth request" and "Send you are added" in "Add contact" dialog)
Diffstat (limited to 'plugins/MenuItemEx/src/stdafx.h')
-rw-r--r-- | plugins/MenuItemEx/src/stdafx.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/plugins/MenuItemEx/src/stdafx.h b/plugins/MenuItemEx/src/stdafx.h index 678d81f992..431f3faff8 100644 --- a/plugins/MenuItemEx/src/stdafx.h +++ b/plugins/MenuItemEx/src/stdafx.h @@ -53,7 +53,6 @@ int OptionsInit(WPARAM, LPARAM); #define VF_IGN 0x00000008
#define VF_PROTO 0x00000010
#define VF_SHOWID 0x00000020
-#define VF_ADD 0x00000040
#define VF_REQ 0x00000080
#define VF_CID 0x00000100
#define VF_RECV 0x00000200
|