aboutsummaryrefslogtreecommitdiff
path: root/src/FbTk/ImageControl.hh
diff options
context:
space:
mode:
authorMathias Gumz <akira@fluxbox.org>2015-01-03 20:42:24 (GMT)
committerMathias Gumz <akira@fluxbox.org>2015-01-03 20:42:24 (GMT)
commit63f9a1637f0b48d4ebc41c99db727826d6199e0d (patch)
treefa580a1fa9c19f10e9d9065d3d603e7cd0f29c71 /src/FbTk/ImageControl.hh
parent60e97b968bcd712762c7ee30e350d63e4038fb63 (diff)
downloadfluxbox-63f9a1637f0b48d4ebc41c99db727826d6199e0d.zip
fluxbox-63f9a1637f0b48d4ebc41c99db727826d6199e0d.tar.bz2
Clean unused variables
Diffstat (limited to 'src/FbTk/ImageControl.hh')
-rw-r--r--src/FbTk/ImageControl.hh1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/FbTk/ImageControl.hh b/src/FbTk/ImageControl.hh
index 747525b..39589f8 100644
--- a/src/FbTk/ImageControl.hh
+++ b/src/FbTk/ImageControl.hh
@@ -82,7 +82,6 @@ private:
82 Pixmap searchCache(unsigned int width, unsigned int height, const Texture &text, Orientation orient) const; 82 Pixmap searchCache(unsigned int width, unsigned int height, const Texture &text, Orientation orient) const;
83 83
84 void createColorTable(); 84 void createColorTable();
85 bool m_dither;
86 Timer m_timer; 85 Timer m_timer;
87 86
88 Colormap m_colormap; 87 Colormap m_colormap;