diff options
author | Kirill Volinsky <mataes2007@gmail.com> | 2015-04-28 07:40:49 +0000 |
---|---|---|
committer | Kirill Volinsky <mataes2007@gmail.com> | 2015-04-28 07:40:49 +0000 |
commit | ceaff728d741c2c03378f63cb87480052fdc716f (patch) | |
tree | 635ab2ac0a137b6e057054e02c7b2a230467d046 /plugins | |
parent | 364eb4d1b1f3fa7569c16c216df873f70d675ba5 (diff) |
not needed defines removed
git-svn-id: http://svn.miranda-ng.org/main/trunk@13221 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/Clist_modern/src/m_api/m_xpTheme.h | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/plugins/Clist_modern/src/m_api/m_xpTheme.h b/plugins/Clist_modern/src/m_api/m_xpTheme.h index fc4b384b59..90925470f4 100644 --- a/plugins/Clist_modern/src/m_api/m_xpTheme.h +++ b/plugins/Clist_modern/src/m_api/m_xpTheme.h @@ -17,18 +17,3 @@ BOOL xpt_EnableThemeDialogTexture(HWND hwnd, DWORD flags); // next will be called only from one place
void XPThemesUnloadModule();
void xpt_OnWM_THEMECHANGED();
-
-
-//definitions
-
-
-//#include <tmschema.h>
-//TODO: ADD HERE other definitions of part and states from <tmschema.h>
-//WINDOW
-#define WP_CAPTION 1
-#define WP_SMALLCAPTION 2
-#define WP_SMALLMINCAPTION 4
-#define WP_SMALLMAXCAPTION 6
-
-#define CS_ACTIVE 1
-#define CS_INACTIVE 2
\ No newline at end of file |