]> git.lyx.org Git - features.git/commitdiff
remove unused variable
authorJean-Marc Lasgouttes <lasgouttes@lyx.org>
Mon, 5 Oct 2020 13:11:51 +0000 (15:11 +0200)
committerJean-Marc Lasgouttes <lasgouttes@lyx.org>
Mon, 5 Oct 2020 13:11:51 +0000 (15:11 +0200)
src/frontends/qt/GuiWorkArea.cpp

index 0104c8dd83f667ac56d2b8b0db30aee75741a7ad..0d91e2acca6d57661b36888a52605dd62b8451b5 100644 (file)
@@ -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.