X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Ffrontends%2Fqt%2FGuiCharacter.cpp;h=dadae88c33fb045ead4ee162a9e9da5fbae7242d;hb=89394bcd0f3b5079a066d8c3f6f7a5e606073db3;hp=96e8d736ffb47cd11186d776efedb9acff442ee2;hpb=d25c10ed81e63263392fcd72727ea3907e61c8e4;p=features.git diff --git a/src/frontends/qt/GuiCharacter.cpp b/src/frontends/qt/GuiCharacter.cpp index 96e8d736ff..dadae88c33 100644 --- a/src/frontends/qt/GuiCharacter.cpp +++ b/src/frontends/qt/GuiCharacter.cpp @@ -30,7 +30,6 @@ #include "Paragraph.h" #include "support/gettext.h" -#include "support/lstrings.h" #include #include @@ -40,8 +39,6 @@ #include #include -#include - using namespace std; namespace lyx { @@ -699,9 +696,6 @@ void GuiCharacter::restoreSession() } -Dialog * createGuiCharacter(GuiView & lv) { return new GuiCharacter(lv); } - - } // namespace frontend } // namespace lyx