diff options
author | George Hazan <george.hazan@gmail.com> | 2013-11-10 11:41:26 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2013-11-10 11:41:26 +0000 |
commit | 0f954168b4bac9877e79f9150e7689cf67b98d10 (patch) | |
tree | 5132ce0e6550ff96acadfc34b685ea24218f0da4 /plugins/SmileyAdd/src/general.h | |
parent | 09fba0e6c57fe19189150de73a7a9ad7f3462224 (diff) |
last portion of fixes
git-svn-id: http://svn.miranda-ng.org/main/trunk@6855 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/SmileyAdd/src/general.h')
-rw-r--r-- | plugins/SmileyAdd/src/general.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/plugins/SmileyAdd/src/general.h b/plugins/SmileyAdd/src/general.h index 302d898f18..8bd96c3eb9 100644 --- a/plugins/SmileyAdd/src/general.h +++ b/plugins/SmileyAdd/src/general.h @@ -154,15 +154,6 @@ public: #define A2T_SM (wchar_t*)A2W_SM
#define W2T_SM(p1) (TCHAR*)p1
-
-inline unsigned short GetWinVer(void)
-{
- unsigned short ver = LOWORD(GetVersion());
- ver = (ver & 0xFF) << 8 | (ver >> 8);
- return ver;
-}
-
-
// init functions
void InstallDialogBoxHook(void);
void RemoveDialogBoxHook(void);
|