]> git.lyx.org Git - features.git/commit
Remove unused variables found by cppcheck
authorGeorg Baum <baum@lyx.org>
Sun, 20 Sep 2015 19:39:59 +0000 (21:39 +0200)
committerGeorg Baum <baum@lyx.org>
Sun, 20 Sep 2015 19:39:59 +0000 (21:39 +0200)
commitb24664b0ac7e41f4e3b636acf613c7fa804d36eb
tree7cd274f8a7d96963f34fdf6e52d5bd218f2695ad
parentaab1b145a57c3e6eedb046410e8ed35bb5ad2c97
Remove unused variables found by cppcheck

There are still a few warnings of the kind
(style) Variable 'x' is assigned a value that is never used.
since I did not touch code where I was not sure whether there might be a real
bug, and I kept some for symmetry reasons as well.
src/frontends/qt4/GuiInclude.cpp
src/insets/InsetGraphics.cpp
src/insets/InsetQuotes.cpp
src/output_latex.cpp
src/tex2lyx/text.cpp