]> 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 d1d4336fc2ae9b3932f25b4866ebd803d9537ea2..dadae88c33fb045ead4ee162a9e9da5fbae7242d 100644 (file)
@@ -18,7 +18,6 @@
 #include "GuiApplication.h"
 #include "qt_helpers.h"
 
-#include "Font.h"
 #include "Buffer.h"
 #include "BufferParams.h"
 #include "BufferView.h"
@@ -31,7 +30,6 @@
 #include "Paragraph.h"
 
 #include "support/gettext.h"
-#include "support/lstrings.h"
 
 #include <QAbstractItemModel>
 #include <QPushButton>
@@ -698,9 +696,6 @@ void GuiCharacter::restoreSession()
 }
 
 
-Dialog * createGuiCharacter(GuiView & lv) { return new GuiCharacter(lv); }
-
-
 } // namespace frontend
 } // namespace lyx