Commented out all referances to unused is_selected

This commit is contained in:
TheTravelingSpaceman
2017-02-28 12:26:36 +02:00
parent 3897aa453b
commit 9f689a3599
2 changed files with 19 additions and 11 deletions

View File

@@ -126,8 +126,7 @@ protected:
float getLevel( int y );
int xCoordOfTick( int tick );
float yCoordOfLevel( float level );
inline void drawLevelTick( QPainter & p, int tick,
float value, bool is_selected );
inline void drawLevelTick( QPainter & p, int tick, float value);// bool is_selected ); //NEEDS Change in CSS
void removeSelection();
void selectAll();
void getSelectedValues(timeMap & selected_values );