summaryrefslogtreecommitdiff
path: root/src/FbWinFrame.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/FbWinFrame.cc')
-rw-r--r--src/FbWinFrame.cc6
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
668void FbWinFrame::setLabelButtonFocus(IconButton &btn) {
669 if (btn.parent() != &m_tab_container)
670 return;
671 m_label.setText(btn.text());
672}
673
674void FbWinFrame::setClientWindow(FbTk::FbWindow &win) { 668void FbWinFrame::setClientWindow(FbTk::FbWindow &win) {
675 669
676 win.setBorderWidth(0); 670 win.setBorderWidth(0);