diff options
author | George Hazan <ghazan@miranda.im> | 2019-05-27 16:21:17 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2019-05-27 16:21:17 +0300 |
commit | 189f6be24f11066a3c711b783cf98f79f703e3a5 (patch) | |
tree | 3acf7a0cf990f574d9edb0f8045b605d8e3ec024 /plugins/HistoryStats/src/utils.h | |
parent | e3179c1ef509482ff9b4c7d4fb89d0b208e84000 (diff) |
as well as calls of GetVersionEx should be removed
Diffstat (limited to 'plugins/HistoryStats/src/utils.h')
-rw-r--r-- | plugins/HistoryStats/src/utils.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/plugins/HistoryStats/src/utils.h b/plugins/HistoryStats/src/utils.h index daae031316..8b5f6c3d9d 100644 --- a/plugins/HistoryStats/src/utils.h +++ b/plugins/HistoryStats/src/utils.h @@ -112,8 +112,6 @@ class OS : private pattern::NotCopyable<OS>
{
private:
- bool m_bIsXPPlus;
- UINT m_ImageListColor;
SIZE m_SmIcon;
private:
@@ -123,8 +121,6 @@ private: static OS m_Data;
public:
- static bool isXPPlus() { return m_Data.m_bIsXPPlus; }
- static UINT imageListColor() { return m_Data.m_ImageListColor; }
static int smIconCX() { return m_Data.m_SmIcon.cx; }
static int smIconCY() { return m_Data.m_SmIcon.cy; }
};
|