diff options
author | George Hazan <ghazan@miranda.im> | 2018-05-11 12:21:40 +0200 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2018-05-11 12:21:40 +0200 |
commit | d0437f358af898fe1a7dddfb0021da3a1a326d3f (patch) | |
tree | 54a1e28c67b9277e43e7488ea6950ea8b2b67fc9 /plugins/Scriver/src/globals.h | |
parent | 98d1ee82a94b0d2ff05665ca9d7a6e43481392ed (diff) |
fixes #1347 (Scriver: remove "Use the contact's status icon as the window icon" option)
Diffstat (limited to 'plugins/Scriver/src/globals.h')
-rw-r--r-- | plugins/Scriver/src/globals.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/plugins/Scriver/src/globals.h b/plugins/Scriver/src/globals.h index a396493a4a..652a077f86 100644 --- a/plugins/Scriver/src/globals.h +++ b/plugins/Scriver/src/globals.h @@ -33,7 +33,6 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #define SMF_SENDONDBLENTER 0x00000200
#define SMF_SHOWPROGRESS 0x00000400
#define SMF_AVATAR 0x00000800
-#define SMF_STATUSICON 0x00002000
#define SMF_RTL 0x00004000
#define SMF_USEIEVIEW 0x00010000
#define SMF_SHOWICONS 0x00020000
|