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/ImageControl.hh | |
parent | 698539d9b9012bb6c282725e775e358c1bd4a281 (diff) | |
download | fluxbox-c18985732b09da5f09189e91a145cb33e656688d.zip fluxbox-c18985732b09da5f09189e91a145cb33e656688d.tar.bz2 |
more dead functions
Diffstat (limited to 'src/FbTk/ImageControl.hh')
-rw-r--r-- | src/FbTk/ImageControl.hh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/FbTk/ImageControl.hh b/src/FbTk/ImageControl.hh index a0f1cc7..fbf05e8 100644 --- a/src/FbTk/ImageControl.hh +++ b/src/FbTk/ImageControl.hh | |||
@@ -48,7 +48,9 @@ public: | |||
48 | virtual ~ImageControl(); | 48 | virtual ~ImageControl(); |
49 | 49 | ||
50 | inline bool doDither() const { return m_dither; } | 50 | inline bool doDither() const { return m_dither; } |
51 | #ifdef NOT_USED | ||
51 | inline int bitsPerPixel() const { return bits_per_pixel; } | 52 | inline int bitsPerPixel() const { return bits_per_pixel; } |
53 | #endif | ||
52 | inline int depth() const { return m_screen_depth; } | 54 | inline int depth() const { return m_screen_depth; } |
53 | inline int colorsPerChannel() const { return m_colors_per_channel; } | 55 | inline int colorsPerChannel() const { return m_colors_per_channel; } |
54 | inline int screenNumber() const { return m_screen_num; } | 56 | inline int screenNumber() const { return m_screen_num; } |