1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2025-07-31 13:02:27 -04:00

Remove obsolete code

This commit is contained in:
Jon Beniston 2021-01-13 20:37:28 +00:00
parent 5a52052d2c
commit 579cb8ee68
2 changed files with 0 additions and 3 deletions

View File

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

View File

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