Code simplifed

This commit is contained in:
Oskar Wallgren
2014-05-24 20:02:18 +02:00
parent 768f0e54b0
commit 2e78e65d59
4 changed files with 2 additions and 20 deletions

View File

@@ -174,8 +174,6 @@ private:
sample_t lfoShapeSample( fpp_t _frame_offset );
void updateLfoShapeData();
void updateRandomWave();
friend class EnvelopeAndLfoView;

View File

@@ -92,7 +92,6 @@ private:
ledCheckBox * m_controlEnvAmountCb;
float m_randomGraph;
void updateRandomGraph();
} ;
#endif