]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/qt/GuiTexinfo.cpp
Make code a bit easier to read
[lyx.git] / src / frontends / qt / GuiTexinfo.cpp
index 554b874095cde560d057c2115976fb10a8770e7e..d2cb065d28da958833e6a7b48fc118a561998430 100644 (file)
@@ -127,7 +127,7 @@ void GuiTexInfo::updateStyles(TexFileType type)
 
        QStringList flist = texFileList(filename);
        if (flist.empty()) {
-               // build filelists of all availabe bst/cls/sty-files.
+               // build filelists of all available bst/cls/sty-files.
                // Done through kpsewhich and an external script,
                // saved in *Files.lst
                rescanTexStyles();
@@ -186,9 +186,6 @@ string GuiTexInfo::classOptions(string const & classname) const
 */
 
 
-Dialog * createGuiTexInfo(GuiView & lv) { return new GuiTexInfo(lv); }
-
-
 } // namespace frontend
 } // namespace lyx