diff options
author | Mathias Gumz <akira@fluxbox.org> | 2015-01-03 17:43:44 (GMT) |
---|---|---|
committer | Mathias Gumz <akira@fluxbox.org> | 2015-01-03 17:43:44 (GMT) |
commit | bd519dd95200aa432fb3b431a4244ffb25c5de93 (patch) | |
tree | 3786141d1d990286446639850d46f9cb180408ee /src/FbTk | |
parent | 11974fa40a69a2fb25598330afddbac4901592fc (diff) | |
download | fluxbox-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/FbTk')
-rw-r--r-- | src/FbTk/FbWindow.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/FbTk/FbWindow.cc b/src/FbTk/FbWindow.cc index 4582574..fb1c7af 100644 --- a/src/FbTk/FbWindow.cc +++ b/src/FbTk/FbWindow.cc | |||
@@ -495,7 +495,6 @@ long FbWindow::cardinalProperty(Atom prop,bool*exists) const { | |||
495 | Atom type; | 495 | Atom type; |
496 | int format; | 496 | int format; |
497 | unsigned long nitems, bytes_after; | 497 | unsigned long nitems, bytes_after; |
498 | int result; | ||
499 | long* num; | 498 | long* num; |
500 | long ret=0; | 499 | long ret=0; |
501 | if (exists) *exists=false; | 500 | if (exists) *exists=false; |