| 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<std::wstring, std::wstring> GetFilterLanguageTitleList() const; |
| - void SetWorkingThreadId(); |
| - void SetWorkingThreadId(DWORD id); |
| - bool IsWorkingThread(DWORD dwThread=0) const; |
| - |
| public: |
| void TogglePluginEnabled(); |
| @@ -102,6 +96,4 @@ |
| std::wstring GetSubscription(); |
| }; |
| -std::wstring GetDataPath(const std::wstring& filename=L""); |
| - |
| #endif // _PLUGIN_SETTINGS_H_ |