diff options
Diffstat (limited to 'src/application.cpp')
-rw-r--r-- | src/application.cpp | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/src/application.cpp b/src/application.cpp index a0e35964..957bee7f 100644 --- a/src/application.cpp +++ b/src/application.cpp @@ -148,9 +148,6 @@ int Application::newInstance() // just create History Manager... HistoryManager::self(); - - // WARNING: should this be removed? - AdBlockManager::self(); } KStartupInfo::appStarted(); @@ -328,9 +325,6 @@ int Application::newInstance() // just create History Manager... HistoryManager::self(); - // FIXME: should this be removed? - AdBlockManager::self(); - ReKonfig::setRecoverOnCrash(ReKonfig::recoverOnCrash() + 1); saveConfiguration(); } @@ -818,6 +812,6 @@ void Application::newTab() void Application::newPrivateBrowsingWindow() { - // FIXME: what about an "about:incognito" page? + // NOTE: what about an "about:incognito" page? loadUrl(KUrl("about:home"), Rekonq::NewPrivateWindow); } |