]> git.lyx.org Git - features.git/commitdiff
Redundancy.
authorRichard Heck <rgheck@comcast.net>
Thu, 12 Feb 2009 15:01:12 +0000 (15:01 +0000)
committerRichard Heck <rgheck@comcast.net>
Thu, 12 Feb 2009 15:01:12 +0000 (15:01 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@28467 a592a061-630c-0410-9148-cb99ea01b6c8

src/TextClass.cpp

index 1e6ab1bd4bbbcca6489f6283de48bfc55a4417ac..3b45e8f8345bcb4303dd88d636385eca56b20434 100644 (file)
@@ -1123,8 +1123,6 @@ DocumentClass & DocumentClassBundle::makeDocumentClass(
                                                "probably need to reconfigure LyX.\n"), from_utf8(modName));
                        ExceptionMessage(WarningException,_("Module not available"),
                                        msg + _("Some layouts may not be available."));
-                       LYXERR0("DocumentClassBundle::makeDocumentClass(): Module " <<
-                                       modName << " requested but not found in module list.");
                        continue;
                }
                if (!lm->isAvailable()) {