Remove unused code

This commit is contained in:
Juergen Spitzmueller 2018-05-05 11:28:54 +02:00
parent 6c35d5cb5b
commit d4598bab62

View 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;