Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: src/plugin/PluginSettings.h

Issue 29330816: Noissue, Dead Code - Remove Windows build number from CPluginSettings (Closed)
Patch Set: Created Nov. 25, 2015, 6:28 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | src/plugin/PluginSettings.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/plugin/PluginSettings.h
===================================================================
--- a/src/plugin/PluginSettings.h
+++ b/src/plugin/PluginSettings.h
@@ -77,8 +77,6 @@
void SetWorkingThreadId(DWORD id);
bool IsWorkingThread(DWORD dwThread=0) const;
- DWORD m_WindowsBuildNumber;
-
public:
void TogglePluginEnabled();
@@ -99,7 +97,6 @@
std::vector<std::wstring> GetWhiteListedDomainList();
bool RefreshWhitelist();
- DWORD GetWindowsBuildNumber();
void SetSubscription(const std::wstring& url);
void SetDefaultSubscription();
« no previous file with comments | « no previous file | src/plugin/PluginSettings.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld