Deprecated undocumented LogViewer option (in Rainmeter.ini); minor code cosmetics (poiru's suggestion)

This commit is contained in:
Brian Ferguson
2012-08-18 09:02:20 -06:00
parent d2e15c2761
commit 443d06f50d
2 changed files with 7 additions and 19 deletions

View File

@ -153,7 +153,6 @@ public:
const std::wstring& GetDrive() { return m_Drive; }
const std::wstring& GetSkinEditor() { return m_SkinEditor; }
const std::wstring& GetLogViewer() { return m_LogViewer; }
const std::wstring& GetStatsDate() { return m_StatsDate; }
HWND GetWindow() { return m_Window; }
@ -312,7 +311,6 @@ private:
std::list<LogInfo> m_LogData;
std::wstring m_SkinEditor;
std::wstring m_LogViewer;
CConfigParser* m_CurrentParser;