diff options
author | George Hazan <george.hazan@gmail.com> | 2012-11-25 16:17:46 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2012-11-25 16:17:46 +0000 |
commit | 1914d6f60f4ad92c0efa45a6559a51421bfcaf1e (patch) | |
tree | 3fda8e3ec1de79e6442753aa40645cd98f44dbb1 /plugins/WhenWasIt/src/notifiers.h | |
parent | 6c5f57abce943f3838d2eb002c3646df1da939df (diff) |
fix for popups that use icons controlled by icolib
git-svn-id: http://svn.miranda-ng.org/main/trunk@2490 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/WhenWasIt/src/notifiers.h')
-rw-r--r-- | plugins/WhenWasIt/src/notifiers.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/plugins/WhenWasIt/src/notifiers.h b/plugins/WhenWasIt/src/notifiers.h index 62f6dd4b4e..344774ce02 100644 --- a/plugins/WhenWasIt/src/notifiers.h +++ b/plugins/WhenWasIt/src/notifiers.h @@ -21,11 +21,6 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #ifndef M_WWI_NOTIFIERS_H
#define M_WWI_NOTIFIERS_H
-
-#define POPUPDATAT POPUPDATAW
-#define PUAddPopUpT PUAddPopUpW
-
-
#define BIRTHDAY_TODAY_SOUND "WWIBirthdayToday"
#define BIRTHDAY_NEAR_SOUND "WWIBirthdayNear"
|