From: Richard Heck Date: Sat, 15 Mar 2008 19:35:08 +0000 (+0000) Subject: Comment cleanup. X-Git-Tag: 1.6.10~5607 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=3882a0c759cf63136f319586843df119788ff98a;p=features.git Comment cleanup. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@23766 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/src/TextClass.h b/src/TextClass.h index 80713d0bda..67293610ce 100644 --- a/src/TextClass.h +++ b/src/TextClass.h @@ -289,7 +289,6 @@ public: /// will invoke the layout object defined by name = 'CharStyle'. /// If that doesn't work either, an empty object returns (shouldn't /// happen). -- Idea JMarc, comment MV - /// InsetLayout const & insetLayout(docstring const & name) const; /// an empty inset layout for use as a default static InsetLayout const & emptyInsetLayout() { return empty_insetlayout_; } @@ -298,7 +297,6 @@ public: // accessors /////////////////////////////////////////////////////////////////// /// the list of floats defined in the document class - /// the list of floats defined in the document class FloatList const & floats() const { return floatlist_; } /// Counters & counters() const { return counters_; }