mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-22 23:05:36 +08:00
Removed unused function
This commit is contained in:
@@ -149,11 +149,6 @@ namespace BlackCore
|
||||
Q_UNUSED(argument);
|
||||
Q_UNUSED(origin);
|
||||
}
|
||||
|
||||
void IContextApplication::changeSettings(uint typeValue)
|
||||
{
|
||||
Q_UNUSED(typeValue);
|
||||
}
|
||||
} // ns
|
||||
} // ns
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user