summaryrefslogtreecommitdiffstats
path: root/backend/BaseUpdate.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'backend/BaseUpdate.cpp')
-rw-r--r--backend/BaseUpdate.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/backend/BaseUpdate.cpp b/backend/BaseUpdate.cpp
index 8a4aced3..b086ab14 100644
--- a/backend/BaseUpdate.cpp
+++ b/backend/BaseUpdate.cpp
@@ -5,11 +5,6 @@ BaseUpdate::BaseUpdate ( BaseInstance* inst, QObject* parent ) : Task ( parent )
m_inst = inst;
}
-void BaseUpdate::error ( const QString& msg )
-{
- emit gameUpdateError(msg);
-}
-
void BaseUpdate::updateDownloadProgress(qint64 current, qint64 total)
{
// The progress on the current file is current / total