mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-12 23:35:33 +08:00
Issue #77 Remove unused code
This commit is contained in:
@@ -495,11 +495,6 @@ namespace BlackCore
|
||||
return m_webDataServices.data();
|
||||
}
|
||||
|
||||
bool CApplication::isApplicationThread() const
|
||||
{
|
||||
return CThreadUtils::isCurrentThreadApplicationThread();
|
||||
}
|
||||
|
||||
const QString &CApplication::versionStringDetailed() const
|
||||
{
|
||||
if (this->isDeveloperFlagSet() && CBuildConfig::isLocalDeveloperDebugBuild())
|
||||
|
||||
@@ -180,9 +180,6 @@ namespace BlackCore
|
||||
//! \threadsafe
|
||||
BlackMisc::Db::CDistribution getOwnDistribution() const;
|
||||
|
||||
//! Currently running in application thread?
|
||||
bool isApplicationThread() const;
|
||||
|
||||
//! String with beta, dev. and version
|
||||
const QString &versionStringDetailed() const;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user