aboutsummaryrefslogtreecommitdiff
path: root/src/Slit.hh
diff options
context:
space:
mode:
authorfluxgen <fluxgen>2003-06-22 12:32:08 (GMT)
committerfluxgen <fluxgen>2003-06-22 12:32:08 (GMT)
commit01a3274e357279c3644b39a5838e48690f7c8746 (patch)
tree02850d9c534650ef557105982de3111ffa26d043 /src/Slit.hh
parentd156afb9ac465f6395f4c63eea4757752f9deb7d (diff)
downloadfluxbox-01a3274e357279c3644b39a5838e48690f7c8746.zip
fluxbox-01a3274e357279c3644b39a5838e48690f7c8746.tar.bz2
unused variable m_do_auto_hide
Diffstat (limited to 'src/Slit.hh')
-rw-r--r--src/Slit.hh5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/Slit.hh b/src/Slit.hh
index 4c5fb59..c83a50f 100644
--- a/src/Slit.hh
+++ b/src/Slit.hh
@@ -22,7 +22,7 @@
22// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER 22// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
23// DEALINGS IN THE SOFTWARE. 23// DEALINGS IN THE SOFTWARE.
24 24
25/// $Id: Slit.hh,v 1.32 2003/06/20 01:26:16 fluxgen Exp $ 25/// $Id: Slit.hh,v 1.33 2003/06/22 12:32:08 fluxgen Exp $
26 26
27#ifndef SLIT_HH 27#ifndef SLIT_HH
28#define SLIT_HH 28#define SLIT_HH
@@ -111,7 +111,6 @@ public:
111 111
112 virtual void timeout(); 112 virtual void timeout();
113 113
114
115private: 114private:
116 void clearWindow(); 115 void clearWindow();
117 void setupMenu(); 116 void setupMenu();
@@ -122,7 +121,7 @@ private:
122 void clearStrut(); 121 void clearStrut();
123 void updateStrut(); 122 void updateStrut();
124 123
125 bool m_hidden, m_do_auto_hide; 124 bool m_hidden;
126 125
127 BScreen &m_screen; 126 BScreen &m_screen;
128 FbTk::Timer m_timer; 127 FbTk::Timer m_timer;