mirror of
https://github.com/cjcliffe/CubicSDR.git
synced 2025-04-03 18:18:36 -04:00
Comment cleanup
This commit is contained in:
parent
6f11140e47
commit
3eed669382
@ -14,17 +14,6 @@
|
||||
#include "Timer.h"
|
||||
#include "MeterPanel.h"
|
||||
|
||||
//class GainInfo {
|
||||
//public:
|
||||
// std::string name;
|
||||
// float low, high, current;
|
||||
// bool changed;
|
||||
// GLPanel panel;
|
||||
// GLPanel levelPanel;
|
||||
// GLPanel highlightPanel;
|
||||
// GLTextPanel labelPanel;
|
||||
// GLTextPanel valuePanel;
|
||||
//};
|
||||
|
||||
class GainCanvas: public InteractiveCanvas {
|
||||
public:
|
||||
@ -39,7 +28,6 @@ private:
|
||||
void OnPaint(wxPaintEvent& event);
|
||||
void OnIdle(wxIdleEvent &event);
|
||||
|
||||
// int GetPanelHit(CubicVR::vec2 &result);
|
||||
void SetLevel();
|
||||
|
||||
void OnShow(wxShowEvent& event);
|
||||
@ -52,7 +40,6 @@ private:
|
||||
|
||||
PrimaryGLContext *glContext;
|
||||
std::string helpTip;
|
||||
// std::vector<GainInfo *> gainInfo;
|
||||
std::vector<MeterPanel *> gainPanels;
|
||||
GLPanel bgPanel;
|
||||
SDRRangeMap gains;
|
||||
|
Loading…
Reference in New Issue
Block a user