mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-07 02:35:33 +08:00
Remove outdated todos
Summary: This commits removes todos which are done or obsolete. Reviewers: kbasan, msutcliffe Reviewed By: kbasan Differential Revision: https://dev.swift-project.org/D6
This commit is contained in:
committed by
Mathew Sutcliffe
parent
ed132add45
commit
f0bfad40b7
@@ -22,7 +22,6 @@ namespace BlackInput
|
|||||||
{
|
{
|
||||||
/*!
|
/*!
|
||||||
* Abstract interface for native keyboard handling.
|
* Abstract interface for native keyboard handling.
|
||||||
* \todo Add implementation for Linux and OSX.
|
|
||||||
*/
|
*/
|
||||||
class BLACKINPUT_EXPORT IKeyboard : public QObject
|
class BLACKINPUT_EXPORT IKeyboard : public QObject
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -199,7 +199,6 @@ namespace BlackSimPlugin
|
|||||||
{
|
{
|
||||||
initDirectPlay();
|
initDirectPlay();
|
||||||
createDeviceAddress();
|
createDeviceAddress();
|
||||||
//enumDirectPlayHosts();
|
|
||||||
connectToSession(m_callsign);
|
connectToSession(m_callsign);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -77,11 +77,7 @@ namespace BlackSimPlugin
|
|||||||
virtual void cleanup() override;
|
virtual void cleanup() override;
|
||||||
|
|
||||||
private:
|
private:
|
||||||
/*!
|
//! Enumerate all FS9 session hosts
|
||||||
* Enumerate all FS9 session hosts
|
|
||||||
* \todo Ideally host enumeration is required only once (if ever).
|
|
||||||
* Move this into its own class with a static member host address.
|
|
||||||
*/
|
|
||||||
HRESULT enumDirectPlayHosts();
|
HRESULT enumDirectPlayHosts();
|
||||||
|
|
||||||
HRESULT createHostAddress();
|
HRESULT createHostAddress();
|
||||||
|
|||||||
Reference in New Issue
Block a user