Comment cleanup

This commit is contained in:
Charles J. Cliffe 2016-07-08 19:18:28 -04:00
parent 6f11140e47
commit 3eed669382

View File

@ -14,17 +14,6 @@
#include "Timer.h" #include "Timer.h"
#include "MeterPanel.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 { class GainCanvas: public InteractiveCanvas {
public: public:
@ -39,7 +28,6 @@ private:
void OnPaint(wxPaintEvent& event); void OnPaint(wxPaintEvent& event);
void OnIdle(wxIdleEvent &event); void OnIdle(wxIdleEvent &event);
// int GetPanelHit(CubicVR::vec2 &result);
void SetLevel(); void SetLevel();
void OnShow(wxShowEvent& event); void OnShow(wxShowEvent& event);
@ -52,7 +40,6 @@ private:
PrimaryGLContext *glContext; PrimaryGLContext *glContext;
std::string helpTip; std::string helpTip;
// std::vector<GainInfo *> gainInfo;
std::vector<MeterPanel *> gainPanels; std::vector<MeterPanel *> gainPanels;
GLPanel bgPanel; GLPanel bgPanel;
SDRRangeMap gains; SDRRangeMap gains;