aboutsummaryrefslogtreecommitdiff
path: root/src/Keys.cc
diff options
context:
space:
mode:
authorMathias Gumz <akira@fluxbox.org>2015-01-03 17:43:44 (GMT)
committerMathias Gumz <akira@fluxbox.org>2015-01-03 17:43:44 (GMT)
commitbd519dd95200aa432fb3b431a4244ffb25c5de93 (patch)
tree3786141d1d990286446639850d46f9cb180408ee /src/Keys.cc
parent11974fa40a69a2fb25598330afddbac4901592fc (diff)
downloadfluxbox-bd519dd95200aa432fb3b431a4244ffb25c5de93.zip
fluxbox-bd519dd95200aa432fb3b431a4244ffb25c5de93.tar.bz2
Remove various unused variables
Clang and Gcc-4.9 complaint about some unused variables here and there. And who are we to not make a compiler happy :)
Diffstat (limited to 'src/Keys.cc')
-rw-r--r--src/Keys.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Keys.cc b/src/Keys.cc
index 6222ac2..19689f7 100644
--- a/src/Keys.cc
+++ b/src/Keys.cc
@@ -490,7 +490,6 @@ bool Keys::addBinding(const string &linebuffer) {
490 } 490 }
491 mod = 0; 491 mod = 0;
492 key = 0; 492 key = 0;
493 type = 0;
494 context = 0; 493 context = 0;
495 isdouble = false; 494 isdouble = false;
496 } 495 }