]> git.lyx.org Git - features.git/commitdiff
Remove unused code
authorJuergen Spitzmueller <spitz@lyx.org>
Sat, 5 May 2018 09:28:54 +0000 (11:28 +0200)
committerJuergen Spitzmueller <spitz@lyx.org>
Sat, 5 May 2018 09:28:54 +0000 (11:28 +0200)
src/frontends/qt4/GuiView.cpp

index a91928cde5bc045cbad34c16e3fbacb8c5ee1a64..104214ee43538d5b9fa37ccf4d6f4290567a165f 100644 (file)
@@ -4139,11 +4139,7 @@ void GuiView::dispatch(FuncRequest const & cmd, DispatchResult & dr)
                        string const name = cmd.getArg(0);
                        string sdata = trim(to_utf8(cmd.argument()).substr(name.size()));
 
-                       if (name == "character") {
-                               sdata = freefont2string();
-                               if (!sdata.empty())
-                                       showDialog("character", sdata);
-                       } else if (name == "latexlog") {
+                       if (name == "latexlog") {
                                // gettatus checks that
                                LATTEST(doc_buffer);
                                Buffer::LogType type;