diff options
Diffstat (limited to 'src/IconbarTool.cc')
-rw-r--r-- | src/IconbarTool.cc | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/src/IconbarTool.cc b/src/IconbarTool.cc index 73817f1..7784327 100644 --- a/src/IconbarTool.cc +++ b/src/IconbarTool.cc | |||
@@ -511,20 +511,6 @@ void IconbarTool::setMode(Mode mode) { | |||
511 | renderTheme(); | 511 | renderTheme(); |
512 | } | 512 | } |
513 | 513 | ||
514 | void IconbarTool::setDeiconifyMode(DeiconifyMode mode) { | ||
515 | if (mode == *m_deiconify_mode) | ||
516 | return; | ||
517 | |||
518 | *m_deiconify_mode = mode; | ||
519 | } | ||
520 | |||
521 | void IconbarTool::setWheelMode(WheelMode mode) { | ||
522 | if (mode == *m_wheel_mode) | ||
523 | return; | ||
524 | *m_wheel_mode = mode; | ||
525 | } | ||
526 | |||
527 | |||
528 | unsigned int IconbarTool::width() const { | 514 | unsigned int IconbarTool::width() const { |
529 | return m_icon_container.width(); | 515 | return m_icon_container.width(); |
530 | } | 516 | } |