From 14015ec434f7dd90ebd72b2db3812e31fba040b6 Mon Sep 17 00:00:00 2001 From: Richard Heck Date: Wed, 15 Sep 2010 01:03:13 +0000 Subject: [PATCH] Void functions don't return things. ;-) git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@35376 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/insets/Inset.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/insets/Inset.h b/src/insets/Inset.h index 3ee807b333..fca566f29d 100644 --- a/src/insets/Inset.h +++ b/src/insets/Inset.h @@ -182,7 +182,6 @@ public: virtual Inset * editXY(Cursor & cur, int x, int y); /// compute the size of the object returned in dim - /// \retval true if metrics changed. virtual void metrics(MetricsInfo & mi, Dimension & dim) const = 0; /// draw inset and update (xo, yo)-cache virtual void draw(PainterInfo & pi, int x, int y) const = 0; -- 2.39.2