remove remaining needFullRow()

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7611 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
John Levon 2003-08-26 17:52:35 +00:00
parent 407c8f08bc
commit 744c402590
4 changed files with 5 additions and 13 deletions

View File

@ -1,3 +1,8 @@
2003-08-26 John Levon <levon@movementarian.org>
* insetenv.h:
* insetcaption.h:
* insetindex.h: remove remaining mentions of needFullRow()
2003-08-26 André Pönitz <poenitz@gmx.net>

View File

@ -28,8 +28,6 @@ public:
///
virtual bool display() const;
///
virtual bool needFullRow() const;
///
virtual InsetOld::Code lyxCode() const;
///
virtual string const editMessage() const;
@ -52,13 +50,6 @@ bool InsetCaption::display() const
}
inline
bool InsetCaption::needFullRow() const
{
return true;
}
inline
InsetOld::Code InsetCaption::lyxCode() const
{

View File

@ -40,8 +40,6 @@ public:
bool isTextInset() const { return true; }
///
LyXLayout_ptr const & layout() const;
///
bool needFullRow() const { return true; }
/** returns true if, when outputing LaTeX, font changes should
be closed before generating this inset. This is needed for
insets that may contain several paragraphs */

View File

@ -63,8 +63,6 @@ public:
///
string const getScreenLabel(Buffer const *) const;
///
//virtual bool needFullRow() const { return true; }
///
void metrics(MetricsInfo &, Dimension &) const;
///
void draw(PainterInfo & pi, int x, int y) const;