Removed unused variables in DoubleSlider::Control

This commit is contained in:
enricoturri1966 2020-12-10 15:22:18 +01:00
parent cc7dbf8925
commit 740ffc03b4
2 changed files with 0 additions and 8 deletions

View file

@ -43,8 +43,6 @@ enum FocusedItem {
fiActionIcon,
fiLowerThumb,
fiHigherThumb,
fiLowerThumbText,
fiHigherThumbText,
fiTick
};
@ -373,8 +371,6 @@ private:
wxRect m_rect_lower_thumb;
wxRect m_rect_higher_thumb;
mutable wxRect m_rect_lower_thumb_text;
mutable wxRect m_rect_higher_thumb_text;
wxRect m_rect_tick_action;
wxRect m_rect_one_layer_icon;
wxRect m_rect_revert_icon;