aboutsummaryrefslogtreecommitdiff
path: root/src/FbWinFrame.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/FbWinFrame.hh')
-rw-r--r--src/FbWinFrame.hh3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/FbWinFrame.hh b/src/FbWinFrame.hh
index a75d8a1..ff8df83 100644
--- a/src/FbWinFrame.hh
+++ b/src/FbWinFrame.hh
@@ -281,7 +281,6 @@ private:
281 void applyTabContainer(); // and label buttons 281 void applyTabContainer(); // and label buttons
282 void applyFocusLabel(FbTk::TextButton &button); 282 void applyFocusLabel(FbTk::TextButton &button);
283 void applyUnfocusLabel(FbTk::TextButton &button); 283 void applyUnfocusLabel(FbTk::TextButton &button);
284 void applyActiveLabel(FbTk::TextButton &button);
285 void applyButtons(); // only called within applyTitlebar 284 void applyButtons(); // only called within applyTitlebar
286 285
287 void getCurrentFocusPixmap(Pixmap &label_pm, Pixmap &title_pm, 286 void getCurrentFocusPixmap(Pixmap &label_pm, Pixmap &title_pm,
@@ -353,8 +352,6 @@ private:
353 FbTk::Color m_labelbutton_focused_color; ///< color for focused label 352 FbTk::Color m_labelbutton_focused_color; ///< color for focused label
354 Pixmap m_labelbutton_unfocused_pm; ///< pixmap for unfocused label 353 Pixmap m_labelbutton_unfocused_pm; ///< pixmap for unfocused label
355 FbTk::Color m_labelbutton_unfocused_color; ///< color for unfocused label 354 FbTk::Color m_labelbutton_unfocused_color; ///< color for unfocused label
356 Pixmap m_labelbutton_active_pm; ///< pixmap for active label
357 FbTk::Color m_labelbutton_active_color; ///< color for active label
358 355
359 FbTk::Color m_handle_focused_color, m_handle_unfocused_color; 356 FbTk::Color m_handle_focused_color, m_handle_unfocused_color;
360 Pixmap m_handle_focused_pm, m_handle_unfocused_pm; 357 Pixmap m_handle_focused_pm, m_handle_unfocused_pm;