diff options
Diffstat (limited to 'src/FbWinFrame.cc')
-rw-r--r-- | src/FbWinFrame.cc | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/FbWinFrame.cc b/src/FbWinFrame.cc index 85cd25b..ce25004 100644 --- a/src/FbWinFrame.cc +++ b/src/FbWinFrame.cc | |||
@@ -665,12 +665,6 @@ void FbWinFrame::moveLabelButtonRightOf(FbTk::TextButton &btn, const FbTk::TextB | |||
665 | m_tab_container.moveItem(&btn, movement); | 665 | m_tab_container.moveItem(&btn, movement); |
666 | } | 666 | } |
667 | 667 | ||
668 | void FbWinFrame::setLabelButtonFocus(IconButton &btn) { | ||
669 | if (btn.parent() != &m_tab_container) | ||
670 | return; | ||
671 | m_label.setText(btn.text()); | ||
672 | } | ||
673 | |||
674 | void FbWinFrame::setClientWindow(FbTk::FbWindow &win) { | 668 | void FbWinFrame::setClientWindow(FbTk::FbWindow &win) { |
675 | 669 | ||
676 | win.setBorderWidth(0); | 670 | win.setBorderWidth(0); |