summaryrefslogtreecommitdiff
path: root/plugins/TopToolBar/common.h
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2012-06-13 15:33:44 +0000
committerGeorge Hazan <george.hazan@gmail.com>2012-06-13 15:33:44 +0000
commitaea65132ee68b589074ffddc0aaef2c7b01dba51 (patch)
tree5621896e715dda0bf45155854201e22db9434aa4 /plugins/TopToolBar/common.h
parentd89dd2fe88191ce9b8ff0f68b93b45d00cff64b4 (diff)
- old junk cleaning
- buttons' icons were added to options git-svn-id: http://svn.miranda-ng.org/main/trunk@393 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/TopToolBar/common.h')
-rw-r--r--plugins/TopToolBar/common.h8
1 files changed, 1 insertions, 7 deletions
diff --git a/plugins/TopToolBar/common.h b/plugins/TopToolBar/common.h
index 7a51636e2a..93c219e200 100644
--- a/plugins/TopToolBar/common.h
+++ b/plugins/TopToolBar/common.h
@@ -58,7 +58,6 @@ struct TopButtonInt
BOOL bPushed;
int dwFlags;
int x, y;
- HBITMAP hbWBordBitmapUp, hbWBordBitmapDown;
HICON hIconUp, hIconDn;
HANDLE hIconHandleUp, hIconHandleDn;
@@ -122,14 +121,11 @@ char *AS(char *str, const char *setting, char *addstr)
#define TTB_ADDLBUTTON "TTB/AddLButton"
#define TTB_REMOVELBUTTON "TTB/RemoveLButton"
-#define MYMIRANDABUTTONCLASS _T("MyMIRANDABUTTONCLASS")
+#define MYMIRANDABUTTONCLASS _T("MButtonClass") //_T("MyMIRANDABUTTONCLASS")
int LoadInternalButtons( HWND );
int UnLoadInternalButtons( void );
-int LoadButtonModule( void );
-int UnloadButtonModule( void );
-
int LoadToolbarModule( void );
int UnloadToolbarModule( void );
@@ -167,7 +163,5 @@ struct LBUTOPT
#define BM_SETPRIVATEICON (WM_USER + 6)
#define BM_SETIMLICON (WM_USER + 7)
-#define UseIcoLibDefaultValue 0
-#define UseMirandaButtonClassDefaultValue 1
#endif \ No newline at end of file