Solutions can be simple...
-- Those who desire to give up Freedom in order to gain Security, will not have, nor do they deserve, either one. (T. Jefferson or B. Franklin or both...)
? .insetfootlike.h.swp ? 1.diff Index: insetfootlike.C =================================================================== RCS file: /usr/local/lyx/cvsroot/lyx-devel/src/insets/insetfootlike.C,v retrieving revision 1.30 diff -u -p -r1.30 insetfootlike.C --- insetfootlike.C 16 Sep 2003 10:54:23 -0000 1.30 +++ insetfootlike.C 4 Feb 2004 11:11:46 -0000 @@ -42,15 +42,6 @@ InsetFootlike::InsetFootlike(InsetFootli } -void InsetFootlike::metrics(MetricsInfo & mi, Dimension & dim) const -{ - InsetCollapsable::metrics(mi, dim); - if (isOpen()) - dim.wid = mi.base.textwidth; - dim_ = dim; -} - - void InsetFootlike::write(Buffer const & buf, ostream & os) const { os << getInsetName() << "\n"; Index: insetfootlike.h =================================================================== RCS file: /usr/local/lyx/cvsroot/lyx-devel/src/insets/insetfootlike.h,v retrieving revision 1.22 diff -u -p -r1.22 insetfootlike.h --- insetfootlike.h 21 Oct 2003 13:04:14 -0000 1.22 +++ insetfootlike.h 4 Feb 2004 11:11:46 -0000 @@ -24,8 +24,6 @@ public: /// InsetFootlike(InsetFootlike const &); /// - void metrics(MetricsInfo &, Dimension &) const; - /// void write(Buffer const & buf, std::ostream & os) const; /// bool insetAllowed(InsetOld::Code) const;