diff options
author | fluxgen <fluxgen> | 2004-01-11 16:13:09 (GMT) |
---|---|---|
committer | fluxgen <fluxgen> | 2004-01-11 16:13:09 (GMT) |
commit | b2bcbf92f6ec3b3464f3705ae1ab0bb4c26d63db (patch) | |
tree | 69856918c01827b3097e61d0862e201529579f11 /src/FbWinFrameTheme.cc | |
parent | 7197a4951fc88409b49c567da650db63d1a1266c (diff) | |
download | fluxbox_pavel-b2bcbf92f6ec3b3464f3705ae1ab0bb4c26d63db.zip fluxbox_pavel-b2bcbf92f6ec3b3464f3705ae1ab0bb4c26d63db.tar.bz2 |
remove unused textures
Diffstat (limited to 'src/FbWinFrameTheme.cc')
-rw-r--r-- | src/FbWinFrameTheme.cc | 7 |
1 files changed, 2 insertions, 5 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 @@ | |||
1 | // FbWinFrameTheme.cc for Fluxbox Window Manager | 1 | // FbWinFrameTheme.cc for Fluxbox Window Manager |
2 | // Copyright (c) 2003 Henrik Kinnunen (fluxgen at users.sourceforge.net) | 2 | // Copyright (c) 2003-2004 Henrik Kinnunen (fluxgen at users.sourceforge.net) |
3 | // | 3 | // |
4 | // Permission is hereby granted, free of charge, to any person obtaining a | 4 | // Permission is hereby granted, free of charge, to any person obtaining a |
5 | // copy of this software and associated documentation files (the "Software"), | 5 | // copy of this software and associated documentation files (the "Software"), |
@@ -19,7 +19,7 @@ | |||
19 | // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER | 19 | // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER |
20 | // DEALINGS IN THE SOFTWARE. | 20 | // DEALINGS IN THE SOFTWARE. |
21 | 21 | ||
22 | // $Id: FbWinFrameTheme.cc,v 1.16 2004/01/02 13:04:26 fluxgen Exp $ | 22 | // $Id: FbWinFrameTheme.cc,v 1.17 2004/01/11 16:13:09 fluxgen Exp $ |
23 | 23 | ||
24 | #include "FbWinFrameTheme.hh" | 24 | #include "FbWinFrameTheme.hh" |
25 | #include "App.hh" | 25 | #include "App.hh" |
@@ -52,9 +52,6 @@ FbWinFrameTheme::FbWinFrameTheme(int screen_num): | |||
52 | m_label_unfocus_color(*this, "window.label.unfocus.textColor", "Window.Label.Unfocus.TextColor"), | 52 | m_label_unfocus_color(*this, "window.label.unfocus.textColor", "Window.Label.Unfocus.TextColor"), |
53 | m_label_active_color(*this, "window.label.active.textColor", "Window.Label.Active.TextColor"), | 53 | m_label_active_color(*this, "window.label.active.textColor", "Window.Label.Active.TextColor"), |
54 | 54 | ||
55 | m_frame_focus_color(*this, "window.frame.focusColor", "Window.Frame.FocusColor"), | ||
56 | m_frame_unfocus_color(*this, "window.frame.unfocusColor", "Window.Frame.UnfocusColor"), | ||
57 | |||
58 | m_button_focus_color(*this, "window.button.focus.picColor", "Window.Button.Focus.PicColor"), | 55 | m_button_focus_color(*this, "window.button.focus.picColor", "Window.Button.Focus.PicColor"), |
59 | m_button_unfocus_color(*this, "window.button.unfocus.picColor", "Window.Button.Unfocus.PicColor"), | 56 | m_button_unfocus_color(*this, "window.button.unfocus.picColor", "Window.Button.Unfocus.PicColor"), |
60 | 57 | ||