From: Jean-Marc Lasgouttes Date: Mon, 5 Oct 2020 13:11:51 +0000 (+0200) Subject: remove unused variable X-Git-Tag: lyx-2.4.0dev-acb2ca7b~123 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=c46f3b8f31e92551057f1bf8490b6b2be0476f45;p=features.git remove unused variable --- diff --git a/src/frontends/qt/GuiWorkArea.cpp b/src/frontends/qt/GuiWorkArea.cpp index 0104c8dd83..0d91e2acca 100644 --- a/src/frontends/qt/GuiWorkArea.cpp +++ b/src/frontends/qt/GuiWorkArea.cpp @@ -1410,7 +1410,6 @@ void GuiWorkArea::inputMethodEvent(QInputMethodEvent * e) QVariant GuiWorkArea::inputMethodQuery(Qt::InputMethodQuery query) const { - QRect cur_r(0, 0, 0, 0); switch (query) { // this is the CJK-specific composition window position and // the context menu position when the menu key is pressed.