diff options
author | George Hazan <ghazan@miranda.im> | 2019-05-27 16:05:30 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2019-05-27 16:05:30 +0300 |
commit | e3179c1ef509482ff9b4c7d4fb89d0b208e84000 (patch) | |
tree | 1977dabbd3ff94309a888e299ea4a938633d00d0 /plugins/TabSRMM/src/globals.h | |
parent | 3a85dd706f5a03164f402f7d350f03bba5e6f764 (diff) |
obsolete calls of GetVersion() removed & replaced with IsWinVer*Plus() calls
Diffstat (limited to 'plugins/TabSRMM/src/globals.h')
-rw-r--r-- | plugins/TabSRMM/src/globals.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/plugins/TabSRMM/src/globals.h b/plugins/TabSRMM/src/globals.h index 8863eb1eee..78919e16cd 100644 --- a/plugins/TabSRMM/src/globals.h +++ b/plugins/TabSRMM/src/globals.h @@ -108,9 +108,6 @@ public: double m_DPIscaleX;
double m_DPIscaleY;
HBITMAP m_hbmMsgArea;
- BYTE m_WinVerMajor;
- BYTE m_WinVerMinor;
- bool m_bIsVista, m_bIsWin7;
HWND m_hwndClist;
int m_TabAppearance;
myTabCtrl tabConfig;
|