X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Ffrontends%2Fqt%2FGuiToc.cpp;h=c10ba605acfe1fe44f22572d389c651b666ea28e;hb=b4211ef206827f85378b9392472fdc14e1e9f6c4;hp=e9ee840fd88cd47399b6a4ad7e2076b8ea4dd261;hpb=d25c10ed81e63263392fcd72727ea3907e61c8e4;p=lyx.git diff --git a/src/frontends/qt/GuiToc.cpp b/src/frontends/qt/GuiToc.cpp index e9ee840fd8..c10ba605ac 100644 --- a/src/frontends/qt/GuiToc.cpp +++ b/src/frontends/qt/GuiToc.cpp @@ -89,12 +89,6 @@ bool GuiToc::getStatus(Cursor & cur, FuncRequest const & cmd, } -Dialog * createGuiToc(GuiView & lv) -{ - return new GuiToc(lv); -} - - } // namespace frontend } // namespace lyx