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)) |