From 6c94685d367a13286b15bc371ac60df3e09c9989 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lars=20Gullik=20Bj=C3=B8nnes?= Date: Thu, 22 Aug 2002 08:42:44 +0000 Subject: [PATCH] remove a bit of cruft git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5068 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/ChangeLog | 5 +++++ src/paragraph.h | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/src/ChangeLog b/src/ChangeLog index 05d993001d..f63d30869f 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,8 @@ +2002-08-22 Lars Gullik Bjønnes + + * paragraph.h: remove the declaration of undefined counters class + function. + 2002-08-22 Martin Vermeer * text2.C (setCounter): fixed enumeration mis-count as reported by diff --git a/src/paragraph.h b/src/paragraph.h index 0b55d03cfa..5474c1554f 100644 --- a/src/paragraph.h +++ b/src/paragraph.h @@ -292,7 +292,7 @@ public: /// InsetList insetlist; /// - Counters & counters(); + //Counters & counters(); private: ///