Author: rgheck
Date: Wed Jun 8 15:05:39 2011
New Revision: 38986
URL: http://www.lyx.org/trac/changeset/38986
Log:
Fix stupid duplicate from r38981.
Modified:
lyx-devel/branches/BRANCH_2_0_X/src/Text.cpp
Modified: lyx-devel/branches/BRANCH_2_0_X/src/Text.cpp
==============================================================================
--- lyx-devel/branches/BRANCH_2_0_X/src/Text.cpp Wed Jun 8 15:04:30
2011 (r38985)
+++ lyx-devel/branches/BRANCH_2_0_X/src/Text.cpp Wed Jun 8 15:05:39
2011 (r38986)
@@ -356,7 +356,6 @@
// of this document. For example, when you apply class article
to a beamer document,
// all unknown layouts such as frame will be added to document
class article so that
// these layouts can keep their original names.
- tclass.addLayoutIfNeeded(layoutname);
bool const added_one = tclass.addLayoutIfNeeded(layoutname);
if (added_one) {
// Warn the user.