Remove obsolete code

pull/746/head
Jon Beniston 2021-01-13 20:37:28 +00:00
rodzic 5a52052d2c
commit 579cb8ee68
2 zmienionych plików z 0 dodań i 3 usunięć

Wyświetl plik

@ -142,7 +142,6 @@ private:
QThread m_thread;
GS232ControllerWorker *m_worker;
GS232ControllerSettings m_settings;
//QHash<PipeEndPoint*, AvailablePipeSource> m_availablePipes;
QList<AvailablePipeSource> m_availablePipes;
PipeEndPoint *m_selectedPipe;
QTimer m_updatePipesTimer;
@ -158,7 +157,6 @@ private:
private slots:
void updatePipes();
void networkManagerFinished(QNetworkReply *reply);
//void handlePipeMessageQueue(MessageQueue* messageQueue);
};
#endif // INCLUDE_FEATURE_GS232CONTROLLER_H_

Wyświetl plik

@ -25,7 +25,6 @@
#include "util/message.h"
class Serializable;
class PipeEndPoint;
struct GS232ControllerSettings
{