aboutsummaryrefslogtreecommitdiff
path: root/src/FbWinFrame.hh
diff options
context:
space:
mode:
authormarkt <markt>2007-04-03 17:14:00 (GMT)
committermarkt <markt>2007-04-03 17:14:00 (GMT)
commit06fb6cbd55dfabf1069d0603938e0d2d8d22581d (patch)
treed02b12518915bd23934deff497ba123a0830aa0f /src/FbWinFrame.hh
parent48f761f9816f0f11e05dcc4e8f5ac506328e1683 (diff)
downloadfluxbox-06fb6cbd55dfabf1069d0603938e0d2d8d22581d.zip
fluxbox-06fb6cbd55dfabf1069d0603938e0d2d8d22581d.tar.bz2
fixed a bug, removed some unused code
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 182add4..2ea3542 100644
--- a/src/FbWinFrame.hh
+++ b/src/FbWinFrame.hh
@@ -282,7 +282,6 @@ private:
282 void applyTabContainer(); // and label buttons 282 void applyTabContainer(); // and label buttons
283 void applyFocusLabel(FbTk::TextButton &button); 283 void applyFocusLabel(FbTk::TextButton &button);
284 void applyUnfocusLabel(FbTk::TextButton &button); 284 void applyUnfocusLabel(FbTk::TextButton &button);
285 void applyActiveLabel(FbTk::TextButton &button);
286 void applyButtons(); // only called within applyTitlebar 285 void applyButtons(); // only called within applyTitlebar
287 286
288 void getCurrentFocusPixmap(Pixmap &label_pm, Pixmap &title_pm, 287 void getCurrentFocusPixmap(Pixmap &label_pm, Pixmap &title_pm,
@@ -355,8 +354,6 @@ private:
355 FbTk::Color m_labelbutton_focused_color; ///< color for focused label 354 FbTk::Color m_labelbutton_focused_color; ///< color for focused label
356 Pixmap m_labelbutton_unfocused_pm; ///< pixmap for unfocused label 355 Pixmap m_labelbutton_unfocused_pm; ///< pixmap for unfocused label
357 FbTk::Color m_labelbutton_unfocused_color; ///< color for unfocused label 356 FbTk::Color m_labelbutton_unfocused_color; ///< color for unfocused label
358 Pixmap m_labelbutton_active_pm; ///< pixmap for active label
359 FbTk::Color m_labelbutton_active_color; ///< color for active label
360 357
361 FbTk::Color m_handle_focused_color, m_handle_unfocused_color; 358 FbTk::Color m_handle_focused_color, m_handle_unfocused_color;
362 Pixmap m_handle_focused_pm, m_handle_unfocused_pm; 359 Pixmap m_handle_focused_pm, m_handle_unfocused_pm;