summaryrefslogtreecommitdiffstats
path: root/installerbuilder/libinstaller/updater.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'installerbuilder/libinstaller/updater.cpp')
-rw-r--r--installerbuilder/libinstaller/updater.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/installerbuilder/libinstaller/updater.cpp b/installerbuilder/libinstaller/updater.cpp
index 9adba482c..e4962bede 100644
--- a/installerbuilder/libinstaller/updater.cpp
+++ b/installerbuilder/libinstaller/updater.cpp
@@ -72,9 +72,6 @@ bool Updater::checkForUpdates()
core.setUpdater();
PackageManagerCore::setVirtualComponentsVisible(true);
- KDUpdater::Application updaterapp;
- core.setUpdaterApplication(&updaterapp);
-
if (core.fetchUpdaterPackages()) {
const QList<QInstaller::Component*> components = core.components(true, UpdaterMode);