From 57e9bb5d1ada21b37b001a1fc701fed6a257ca56 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Andr=C3=A9=20P=C3=B6nitz?= Date: Wed, 29 May 2002 13:33:40 +0000 Subject: [PATCH] a few more git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4268 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/ChangeLog | 2 ++ src/lyxtextclass.C | 4 ---- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/src/ChangeLog b/src/ChangeLog index 2b24839fdf..ea172d2b6e 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -2,6 +2,8 @@ 2002-05-29 André Pönitz * text.C: + * text2.C: + * lyxtextclass.C: * sp_pspell.h: * textclasslist.[Ch]: * sp_ispell.h: whitespace change diff --git a/src/lyxtextclass.C b/src/lyxtextclass.C index a84fdea8b2..21d0cbf507 100644 --- a/src/lyxtextclass.C +++ b/src/lyxtextclass.C @@ -32,8 +32,6 @@ using std::remove_if; using std::ostream; -/* ******************************************************************* */ - LyXTextClass::LyXTextClass(string const & fn, string const & cln, string const & desc) : name_(fn), latexname_(cln), description_(desc) @@ -526,7 +524,6 @@ LyXLayout const & LyXTextClass::operator[](string const & n) const if (name == lastLayoutName) return layoutlist[lastLayoutIndex]; - LayoutList::const_iterator cit = find_if(layoutlist.begin(), layoutlist.end(), @@ -582,7 +579,6 @@ bool LyXTextClass::load() const } loaded = true; return loaded; - } -- 2.39.2