mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-24 07:55:35 +08:00
refactor: Remove unused methods
This commit is contained in:
@@ -29,12 +29,6 @@ namespace BlackCore::Context
|
||||
return s;
|
||||
}
|
||||
|
||||
const PhysicalQuantities::CTime &IContextSimulator::HighlightTime()
|
||||
{
|
||||
static const CTime t(10.0, CTimeUnit::s());
|
||||
return t;
|
||||
}
|
||||
|
||||
IContextSimulator *IContextSimulator::create(CCoreFacade *parent, CCoreFacadeConfig::ContextMode mode, CDBusServer *server, QDBusConnection &connection)
|
||||
{
|
||||
switch (mode)
|
||||
|
||||
Reference in New Issue
Block a user