]> git.lyx.org Git - features.git/commitdiff
Void functions don't return things. ;-)
authorRichard Heck <rgheck@comcast.net>
Wed, 15 Sep 2010 01:03:13 +0000 (01:03 +0000)
committerRichard Heck <rgheck@comcast.net>
Wed, 15 Sep 2010 01:03:13 +0000 (01:03 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@35376 a592a061-630c-0410-9148-cb99ea01b6c8

src/insets/Inset.h

index 3ee807b33352b65362f9c711a002710449057435..fca566f29daab1a3b9eecf656fd44ef77ca0f673 100644 (file)
@@ -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;