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

Unified Diff: src/plugin/Plugin.cpp

Issue 11013110: Cleanup (Closed)
Patch Set: More refactoring. Removing main thread, tab counting. Implementing SetPref and GetPref. Addressing … Created July 9, 2013, 12:59 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
Index: src/plugin/Plugin.cpp
===================================================================
--- a/src/plugin/Plugin.cpp
+++ b/src/plugin/Plugin.cpp
@@ -112,8 +112,6 @@
CPluginSettings* settings = CPluginSettings::GetInstance();
- settings->SetMainProcessId();
-
if (isInstall)
{
DEBUG_GENERAL(
@@ -129,17 +127,6 @@
L"\n================================================================================")
}
- // Create default filters
-#ifdef SUPPORT_FILTER
- // DEBUG_GENERAL(L"*** Generating default filters")
- // CPluginFilter::CreateFilters();
-#endif
-
- HKEY hKey = NULL;
- DWORD dwDisposition = 0;
-
- DWORD dwResult = NULL;
-
// Post async plugin error
CPluginError pluginError;
while (CPluginClientBase::PopFirstPluginError(pluginError))

Powered by Google App Engine
This is Rietveld