diff options
Diffstat (limited to 'src/FbWinFrameTheme.hh')
-rw-r--r-- | src/FbWinFrameTheme.hh | 3 |
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; |