Remove obsolete comment.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@37648 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Richard Heck 2011-02-14 12:43:56 +00:00
parent b7c21b6ac6
commit 5d774518c6

View File

@ -1227,7 +1227,6 @@ InsetLayout const & DocumentClass::insetLayout(docstring const & name) const
docstring const & TextClass::defaultLayoutName() const
{
// This really should come from the actual layout... (Lgb)
return defaultlayout_;
}