From 6fb8b95a283cbca2dd8b75556a50b802e0dc7a0a Mon Sep 17 00:00:00 2001 From: Dov Feldstern Date: Wed, 4 Jun 2008 19:52:16 +0000 Subject: [PATCH] whitespace git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@25119 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/frontends/qt4/GuiCompleter.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/frontends/qt4/GuiCompleter.cpp b/src/frontends/qt4/GuiCompleter.cpp index 4b592dcad7..c07b35efa4 100644 --- a/src/frontends/qt4/GuiCompleter.cpp +++ b/src/frontends/qt4/GuiCompleter.cpp @@ -458,7 +458,6 @@ void GuiCompleter::updateModel(Cursor & cur, bool popupUpdate, bool inlineUpdate if (old.length() == 0) old = last_selection_; - // set whether rtl bool rtl = false; if (cur.inTexted()) {