mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 18:08:10 +00:00
Remove unused code
This commit is contained in:
parent
6c35d5cb5b
commit
d4598bab62
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user