aboutsummaryrefslogtreecommitdiff
path: root/src/FbWinFrameTheme.hh
diff options
context:
space:
mode:
authormarkt <markt>2007-04-06 18:50:19 (GMT)
committermarkt <markt>2007-04-06 18:50:19 (GMT)
commit416578138e899f817b875ad55a5252a19aa6cb07 (patch)
treedb2e73774dd6cab38a87e0c636e7cbf3d9a32dac /src/FbWinFrameTheme.hh
parentd4f33533543690f12ad9eea62ea9b634a89340fb (diff)
downloadfluxbox-416578138e899f817b875ad55a5252a19aa6cb07.zip
fluxbox-416578138e899f817b875ad55a5252a19aa6cb07.tar.bz2
more of the same
Diffstat (limited to 'src/FbWinFrameTheme.hh')
-rw-r--r--src/FbWinFrameTheme.hh3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/FbWinFrameTheme.hh b/src/FbWinFrameTheme.hh
index 526bd3b..04d6ee4 100644
--- a/src/FbWinFrameTheme.hh
+++ b/src/FbWinFrameTheme.hh
@@ -67,8 +67,6 @@ public:
67 //@} 67 //@}
68 FbTk::Font &font() { return *m_font; } 68 FbTk::Font &font() { return *m_font; }
69 69
70 FbTk::Justify justify() const { return *m_textjustify; }
71
72 GC buttonPicFocusGC() const { return m_button_pic_focus_gc.gc(); } 70 GC buttonPicFocusGC() const { return m_button_pic_focus_gc.gc(); }
73 GC buttonPicUnfocusGC() const { return m_button_pic_unfocus_gc.gc(); } 71 GC buttonPicUnfocusGC() const { return m_button_pic_unfocus_gc.gc(); }
74 72
@@ -104,7 +102,6 @@ private:
104 FbTk::ThemeItem<FbTk::Color> m_button_focus_color, m_button_unfocus_color; 102 FbTk::ThemeItem<FbTk::Color> m_button_focus_color, m_button_unfocus_color;
105 103
106 FbTk::ThemeItem<FbTk::Font> m_font; 104 FbTk::ThemeItem<FbTk::Font> m_font;
107 FbTk::ThemeItem<FbTk::Justify> m_textjustify;
108 FbTk::ThemeItem<Shape::ShapePlace> m_shape_place; 105 FbTk::ThemeItem<Shape::ShapePlace> m_shape_place;
109 106
110 FbTk::ThemeItem<int> m_title_height, m_bevel_width, m_handle_width; 107 FbTk::ThemeItem<int> m_title_height, m_bevel_width, m_handle_width;