diff options
author | markt <markt> | 2006-07-01 03:32:53 (GMT) |
---|---|---|
committer | markt <markt> | 2006-07-01 03:32:53 (GMT) |
commit | c18985732b09da5f09189e91a145cb33e656688d (patch) | |
tree | 7b403311860659c0e1022716663f6860dc4ee7cf /src/FbTk/TextButton.cc | |
parent | 698539d9b9012bb6c282725e775e358c1bd4a281 (diff) | |
download | fluxbox_paul-c18985732b09da5f09189e91a145cb33e656688d.zip fluxbox_paul-c18985732b09da5f09189e91a145cb33e656688d.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 948f847..9aee7f2 100644 --- a/src/FbTk/TextButton.cc +++ b/src/FbTk/TextButton.cc | |||
@@ -139,10 +139,12 @@ unsigned int TextButton::textWidth() const { | |||
139 | return font().textWidth(text().data(), text().size()); | 139 | return font().textWidth(text().data(), text().size()); |
140 | } | 140 | } |
141 | 141 | ||
142 | #ifdef NOT_USED | ||
142 | unsigned int TextButton::textHeight() const { | 143 | unsigned int TextButton::textHeight() const { |
143 | return font().height(); | 144 | return font().height(); |
144 | 145 | ||
145 | } | 146 | } |
147 | #endif | ||
146 | 148 | ||
147 | void TextButton::renderForeground(FbWindow &win, FbDrawable &drawable) { | 149 | void TextButton::renderForeground(FbWindow &win, FbDrawable &drawable) { |
148 | // (win should always be *this, no need to check) | 150 | // (win should always be *this, no need to check) |