]> git.lyx.org Git - features.git/blobdiff - src/frontends/qt/GuiCharacter.cpp
Show suggestions containing the input in the command buffer
[features.git] / src / frontends / qt / GuiCharacter.cpp
index 96e8d736ffb47cd11186d776efedb9acff442ee2..dadae88c33fb045ead4ee162a9e9da5fbae7242d 100644 (file)
@@ -30,7 +30,6 @@
 #include "Paragraph.h"
 
 #include "support/gettext.h"
-#include "support/lstrings.h"
 
 #include <QAbstractItemModel>
 #include <QPushButton>
@@ -40,8 +39,6 @@
 #include <QSettings>
 #include <QVariant>
 
-#include <algorithm>
-
 using namespace std;
 
 namespace lyx {
@@ -699,9 +696,6 @@ void GuiCharacter::restoreSession()
 }
 
 
-Dialog * createGuiCharacter(GuiView & lv) { return new GuiCharacter(lv); }
-
-
 } // namespace frontend
 } // namespace lyx