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

Unified Diff: src/plugin/Plugin.cpp

Issue 4772743157383168: Issue #276 - eliminate CString from GetBrowserLanguage (Closed)
Patch Set: Created July 30, 2014, 8:50 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 | « src/plugin/AdblockPlusClient.cpp ('k') | src/plugin/PluginClass.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/plugin/Plugin.cpp
===================================================================
--- a/src/plugin/Plugin.cpp
+++ b/src/plugin/Plugin.cpp
@@ -74,12 +74,6 @@
delete CPluginSettings::s_instance;
}
-
- if (CPluginSystem::s_instance != NULL)
- {
- delete CPluginSystem::s_instance;
- }
-
if (CPluginClass::s_mimeFilter != NULL)
{
CPluginClass::s_mimeFilter->Unregister();
@@ -108,8 +102,6 @@
void InitPlugin(bool isInstall)
{
- CPluginSystem* system = CPluginSystem::GetInstance();
-
CPluginSettings* settings = CPluginSettings::GetInstance();
if (isInstall)
« no previous file with comments | « src/plugin/AdblockPlusClient.cpp ('k') | src/plugin/PluginClass.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld