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

Unified Diff: src/plugin/PluginSettings.h

Issue 11013110: Cleanup (Closed)
Patch Set: SetPref/GetPref type safety. Comments addressed. Created July 22, 2013, 12:42 a.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
Index: src/plugin/PluginSettings.h
===================================================================
--- a/src/plugin/PluginSettings.h
+++ b/src/plugin/PluginSettings.h
@@ -61,8 +61,6 @@
DWORD m_dwWorkingThreadId;
- CString m_settingsVersion;
-
static CComAutoCriticalSection s_criticalSectionLocal;
void Clear();
@@ -75,7 +73,6 @@
static CPluginSettings* s_instance;
- static bool s_isLightOnly;
static bool HasInstance();
static CPluginSettings* GetInstance();

Powered by Google App Engine
This is Rietveld