mirror of
https://github.com/f4exb/sdrangel.git
synced 2024-11-22 08:04:49 -05:00
Remove obsolete code
This commit is contained in:
parent
5a52052d2c
commit
579cb8ee68
@ -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_
|
||||
|
@ -25,7 +25,6 @@
|
||||
#include "util/message.h"
|
||||
|
||||
class Serializable;
|
||||
class PipeEndPoint;
|
||||
|
||||
struct GS232ControllerSettings
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user