Removed unused function

This commit is contained in:
Klaus Basan
2016-12-15 03:53:35 +01:00
parent b469b43f5a
commit 9bce443ced
2 changed files with 0 additions and 10 deletions

View File

@@ -149,11 +149,6 @@ namespace BlackCore
Q_UNUSED(argument);
Q_UNUSED(origin);
}
void IContextApplication::changeSettings(uint typeValue)
{
Q_UNUSED(typeValue);
}
} // ns
} // ns

View File

@@ -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