From b2bcbf92f6ec3b3464f3705ae1ab0bb4c26d63db Mon Sep 17 00:00:00 2001 From: fluxgen Date: Sun, 11 Jan 2004 16:13:09 +0000 Subject: remove unused textures --- src/FbWinFrameTheme.cc | 7 ++----- src/FbWinFrameTheme.hh | 7 ++----- 2 files changed, 4 insertions(+), 10 deletions(-) diff --git a/src/FbWinFrameTheme.cc b/src/FbWinFrameTheme.cc index 296257e..ce26a49 100644 --- a/src/FbWinFrameTheme.cc +++ b/src/FbWinFrameTheme.cc @@ -1,5 +1,5 @@ // FbWinFrameTheme.cc for Fluxbox Window Manager -// Copyright (c) 2003 Henrik Kinnunen (fluxgen at users.sourceforge.net) +// Copyright (c) 2003-2004 Henrik Kinnunen (fluxgen at users.sourceforge.net) // // Permission is hereby granted, free of charge, to any person obtaining a // copy of this software and associated documentation files (the "Software"), @@ -19,7 +19,7 @@ // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER // DEALINGS IN THE SOFTWARE. -// $Id: FbWinFrameTheme.cc,v 1.16 2004/01/02 13:04:26 fluxgen Exp $ +// $Id: FbWinFrameTheme.cc,v 1.17 2004/01/11 16:13:09 fluxgen Exp $ #include "FbWinFrameTheme.hh" #include "App.hh" @@ -52,9 +52,6 @@ FbWinFrameTheme::FbWinFrameTheme(int screen_num): m_label_unfocus_color(*this, "window.label.unfocus.textColor", "Window.Label.Unfocus.TextColor"), m_label_active_color(*this, "window.label.active.textColor", "Window.Label.Active.TextColor"), - m_frame_focus_color(*this, "window.frame.focusColor", "Window.Frame.FocusColor"), - m_frame_unfocus_color(*this, "window.frame.unfocusColor", "Window.Frame.UnfocusColor"), - m_button_focus_color(*this, "window.button.focus.picColor", "Window.Button.Focus.PicColor"), m_button_unfocus_color(*this, "window.button.unfocus.picColor", "Window.Button.Unfocus.PicColor"), diff --git a/src/FbWinFrameTheme.hh b/src/FbWinFrameTheme.hh index 338251b..71f8753 100644 --- a/src/FbWinFrameTheme.hh +++ b/src/FbWinFrameTheme.hh @@ -1,5 +1,5 @@ // FbWinFrameTheme.hh for Fluxbox Window Manager -// Copyright (c) 2003 Henrik Kinnunen (fluxgen at users.sourceforge.net) +// Copyright (c) 2003-2004 Henrik Kinnunen (fluxgen at users.sourceforge.net) // // Permission is hereby granted, free of charge, to any person obtaining a // copy of this software and associated documentation files (the "Software"), @@ -19,7 +19,7 @@ // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER // DEALINGS IN THE SOFTWARE. -// $Id: FbWinFrameTheme.hh,v 1.14 2004/01/02 13:05:19 fluxgen Exp $ +// $Id: FbWinFrameTheme.hh,v 1.15 2004/01/11 16:13:09 fluxgen Exp $ #ifndef FBWINFRAMETHEME_HH #define FBWINFRAMETHEME_HH @@ -69,8 +69,6 @@ public: const FbTk::Color &labelUnfocusColor() const { return *m_label_unfocus_color; } const FbTk::Color &labelActiveColor() const { return *m_label_active_color; } - const FbTk::Color &frameFocuscolor() const { return *m_frame_focus_color; } - const FbTk::Color &frameUnfocuscolor() const { return *m_frame_unfocus_color; } const FbTk::Color &buttonFocuscolor() const { return *m_button_focus_color; } const FbTk::Color &buttonUnfocuscolor() const { return *m_button_unfocus_color; } //@} @@ -110,7 +108,6 @@ private: FbTk::ThemeItem m_grip_focus, m_grip_unfocus; FbTk::ThemeItem m_label_focus_color, m_label_unfocus_color, m_label_active_color; - FbTk::ThemeItem m_frame_focus_color, m_frame_unfocus_color; FbTk::ThemeItem m_button_focus_color, m_button_unfocus_color; FbTk::ThemeItem m_font; -- cgit v0.11.2