summaryrefslogtreecommitdiff
path: root/protocols/YAMN/src/stdafx.h
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2023-10-08 18:49:12 +0300
committerGeorge Hazan <george.hazan@gmail.com>2023-10-08 18:49:12 +0300
commit386f7d6f8c8cbfa846f552f72a899c4e045a613c (patch)
tree6f4163445923a8e49bae09c3c08128345e8cca39 /protocols/YAMN/src/stdafx.h
parentff741d4148025ccb9d62a4dba9ebba4c7da34b5a (diff)
fixes #3716 (YAMN: удалить настройку "кнопка в панели кнопок")
Diffstat (limited to 'protocols/YAMN/src/stdafx.h')
-rw-r--r--protocols/YAMN/src/stdafx.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/protocols/YAMN/src/stdafx.h b/protocols/YAMN/src/stdafx.h
index 9369f2a418..ab27af87ee 100644
--- a/protocols/YAMN/src/stdafx.h
+++ b/protocols/YAMN/src/stdafx.h
@@ -145,14 +145,12 @@ int YAMNOptInitSvc(WPARAM, LPARAM);
//From main.cpp
int PostLoad(WPARAM, LPARAM); //Executed after all plugins loaded YAMN reads mails from file and notify every protocol it should set its functions
int Shutdown(WPARAM, LPARAM); //Executed before Miranda is going to shutdown
-int AddTopToolbarIcon(WPARAM, LPARAM); //Executed when TopToolBar plugin loaded Adds bitmap to toolbar
extern wchar_t UserDirectory[]; //e.g. "F:\WINNT\Profiles\UserXYZ"
extern wchar_t ProfileName[]; //e.g. "majvan"
extern SWMRG *AccountBrowserSO;
extern YAMN_VARIABLES YAMNVar;
extern HANDLE hNewMailHook;
-extern HANDLE hTTButton;
extern HCURSOR hCurSplitNS, hCurSplitWE;
extern UINT SecTimer;