diff options
author | markt <markt> | 2006-07-01 02:56:46 (GMT) |
---|---|---|
committer | markt <markt> | 2006-07-01 02:56:46 (GMT) |
commit | 698539d9b9012bb6c282725e775e358c1bd4a281 (patch) | |
tree | 2e4fae2776b7384058addbcfdbf2cc22605a3885 /src/FbTk/TextButton.cc | |
parent | a14c322dcbbc7330b6933230168d34411f7ac63b (diff) | |
download | fluxbox_pavel-698539d9b9012bb6c282725e775e358c1bd4a281.zip fluxbox_pavel-698539d9b9012bb6c282725e775e358c1bd4a281.tar.bz2 |
more dead functions
Diffstat (limited to 'src/FbTk/TextButton.cc')
-rw-r--r-- | src/FbTk/TextButton.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/FbTk/TextButton.cc b/src/FbTk/TextButton.cc index 474c094..948f847 100644 --- a/src/FbTk/TextButton.cc +++ b/src/FbTk/TextButton.cc | |||
@@ -98,12 +98,14 @@ void TextButton::setFont(FbTk::Font &font) { | |||
98 | font.validOrientation(m_orientation); // load the orientation! | 98 | font.validOrientation(m_orientation); // load the orientation! |
99 | } | 99 | } |
100 | 100 | ||
101 | #ifdef NOT_USED | ||
101 | /// set bevel and redraw text | 102 | /// set bevel and redraw text |
102 | void TextButton::setBevel(int bevel) { | 103 | void TextButton::setBevel(int bevel) { |
103 | if (m_bevel == bevel) | 104 | if (m_bevel == bevel) |
104 | return; | 105 | return; |
105 | m_bevel = bevel; | 106 | m_bevel = bevel; |
106 | } | 107 | } |
108 | #endif | ||
107 | 109 | ||
108 | void TextButton::setTextPaddingLeft(unsigned int leftpadding) { | 110 | void TextButton::setTextPaddingLeft(unsigned int leftpadding) { |
109 | m_left_padding = leftpadding; | 111 | m_left_padding = leftpadding; |