From: Richard Heck Date: Wed, 15 Sep 2010 01:03:13 +0000 (+0000) Subject: Void functions don't return things. ;-) X-Git-Tag: 2.0.0~2614 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=14015ec434f7dd90ebd72b2db3812e31fba040b6;p=features.git Void functions don't return things. ;-) git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@35376 a592a061-630c-0410-9148-cb99ea01b6c8 --- 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;