remove unused variable

This commit is contained in:
Jean-Marc Lasgouttes 2020-10-05 15:11:51 +02:00
parent c5ae08f0b8
commit c46f3b8f31

View 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.