mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-27 19:25:49 +08:00
Removed unused function
This commit is contained in:
@@ -149,11 +149,6 @@ namespace BlackCore
|
|||||||
Q_UNUSED(argument);
|
Q_UNUSED(argument);
|
||||||
Q_UNUSED(origin);
|
Q_UNUSED(origin);
|
||||||
}
|
}
|
||||||
|
|
||||||
void IContextApplication::changeSettings(uint typeValue)
|
|
||||||
{
|
|
||||||
Q_UNUSED(typeValue);
|
|
||||||
}
|
|
||||||
} // ns
|
} // ns
|
||||||
} // ns
|
} // ns
|
||||||
|
|
||||||
|
|||||||
@@ -205,11 +205,6 @@ namespace BlackCore
|
|||||||
|
|
||||||
//! Remote enabled version of file exists
|
//! Remote enabled version of file exists
|
||||||
virtual bool existsFile(const QString &fileName) const = 0;
|
virtual bool existsFile(const QString &fileName) const = 0;
|
||||||
|
|
||||||
//! Change settings
|
|
||||||
//! \todo Remove with old settings
|
|
||||||
void changeSettings(uint typeValue);
|
|
||||||
|
|
||||||
};
|
};
|
||||||
} // ns
|
} // ns
|
||||||
} // ns
|
} // ns
|
||||||
|
|||||||
Reference in New Issue
Block a user