diff options
author | George Hazan <george.hazan@gmail.com> | 2012-05-27 16:05:18 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2012-05-27 16:05:18 +0000 |
commit | c5e9ee462edc701924e0b378df1404759f9ee0fb (patch) | |
tree | 714ea38805adcef600ac02f021a726169ff31718 /plugins/YAMN/main.h | |
parent | 5c64f7b180825e9fa39a394a713de13765e50291 (diff) |
YAMN adaptation for the modern Miranda
git-svn-id: http://svn.miranda-ng.org/main/trunk@198 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/YAMN/main.h')
-rw-r--r-- | plugins/YAMN/main.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/plugins/YAMN/main.h b/plugins/YAMN/main.h index 56b9d918ce..1ec690873d 100644 --- a/plugins/YAMN/main.h +++ b/plugins/YAMN/main.h @@ -40,7 +40,6 @@ #define YAMN_DBMSGSIZEX "MailMessageWinW"
#define YAMN_DBMSGSIZEY "MailMessageWinH"
#define YAMN_DBMSGPOSSPLIT "MailMessageSplitY"
-#define YAMN_HKCHECKMAIL "HKCheckMail"
#define YAMN_TTBFCHECK "ForceCheckTTB"
#define YAMN_SHOWMAINMENU "ShowMainMenu"
#define YAMN_CLOSEDELETE "CloseOnDelete"
@@ -55,12 +54,8 @@ extern unsigned char optDateTime;
-void UnloadPlugins();
-
// Loading Icon and checking for icolib
void LoadIcons();
-extern int iconIndexes[];
-
#endif
|