commit d4598bab62744d26e62fd956658d33422e4facdf
Author: Juergen Spitzmueller <sp...@lyx.org>
Date:   Sat May 5 11:28:54 2018 +0200

    Remove unused code
---
 src/frontends/qt4/GuiView.cpp |    6 +-----
 1 files changed, 1 insertions(+), 5 deletions(-)

diff --git a/src/frontends/qt4/GuiView.cpp b/src/frontends/qt4/GuiView.cpp
index a91928c..104214e 100644
--- a/src/frontends/qt4/GuiView.cpp
+++ b/src/frontends/qt4/GuiView.cpp
@@ -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;

Reply via email to