diff options
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);
|