From 9bce443ced99a0a0ac5abba9b86050bb7103fe8e Mon Sep 17 00:00:00 2001 From: Klaus Basan Date: Thu, 15 Dec 2016 03:53:35 +0100 Subject: [PATCH] Removed unused function --- src/blackcore/context/contextapplication.cpp | 5 ----- src/blackcore/context/contextapplication.h | 5 ----- 2 files changed, 10 deletions(-) diff --git a/src/blackcore/context/contextapplication.cpp b/src/blackcore/context/contextapplication.cpp index d2ec2ff63..ad1ac45fe 100644 --- a/src/blackcore/context/contextapplication.cpp +++ b/src/blackcore/context/contextapplication.cpp @@ -149,11 +149,6 @@ namespace BlackCore Q_UNUSED(argument); Q_UNUSED(origin); } - - void IContextApplication::changeSettings(uint typeValue) - { - Q_UNUSED(typeValue); - } } // ns } // ns diff --git a/src/blackcore/context/contextapplication.h b/src/blackcore/context/contextapplication.h index 3df6485d4..01e326903 100644 --- a/src/blackcore/context/contextapplication.h +++ b/src/blackcore/context/contextapplication.h @@ -205,11 +205,6 @@ namespace BlackCore //! Remote enabled version of file exists virtual bool existsFile(const QString &fileName) const = 0; - - //! Change settings - //! \todo Remove with old settings - void changeSettings(uint typeValue); - }; } // ns } // ns