mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-16 02:06:08 +08:00
refs #341 Remove m_callbackWrapper from CFs9Client
Is already implemented in base class.
This commit is contained in:
@@ -97,10 +97,6 @@ namespace BlackSimPlugin
|
||||
QMutex m_mutexInterpolator;
|
||||
IDirectPlay8Address *m_hostAddress = nullptr;
|
||||
ClientStatus m_clientStatus = Disconnected;
|
||||
|
||||
typedef CallbackWrapper<CFs9Client, HRESULT, DWORD, void *> TCallbackWrapper;
|
||||
TCallbackWrapper m_callbackWrapper;
|
||||
|
||||
};
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user