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:
parent
5a52052d2c
commit
579cb8ee68
@ -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_
|
||||||
|
@ -25,7 +25,6 @@
|
|||||||
#include "util/message.h"
|
#include "util/message.h"
|
||||||
|
|
||||||
class Serializable;
|
class Serializable;
|
||||||
class PipeEndPoint;
|
|
||||||
|
|
||||||
struct GS232ControllerSettings
|
struct GS232ControllerSettings
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user