| Index: src/plugin/PluginSettings.h | 
| =================================================================== | 
| --- a/src/plugin/PluginSettings.h | 
| +++ b/src/plugin/PluginSettings.h | 
| @@ -52,8 +52,6 @@ | 
| class CPluginSettings | 
| { | 
| private: | 
| -  DWORD m_dwWorkingThreadId; | 
| - | 
| static CComAutoCriticalSection s_criticalSectionLocal; | 
|  | 
| void Clear(); | 
| @@ -73,10 +71,6 @@ | 
|  | 
| std::map<CString, CString> GetFilterLanguageTitleList() const; | 
|  | 
| -  void SetWorkingThreadId(); | 
| -  void SetWorkingThreadId(DWORD id); | 
| -  bool IsWorkingThread(DWORD dwThread=0) const; | 
| - | 
| DWORD m_WindowsBuildNumber; | 
|  | 
| public: | 
| @@ -108,6 +102,4 @@ | 
| CString GetDocumentationLink(); | 
| }; | 
|  | 
| -std::wstring GetDataPath(const std::wstring& filename=L""); | 
| - | 
| #endif // _PLUGIN_SETTINGS_H_ | 
|  |