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 "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;