From 0ab3ca7cf6fac682e6ee598077df3ec3859918ab Mon Sep 17 00:00:00 2001 From: ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> Date: Fri, 25 Mar 2022 16:54:53 +0100 Subject: Remove documentation of non-existant function return values. --- src/Fl_Scroll.cxx | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/Fl_Scroll.cxx') diff --git a/src/Fl_Scroll.cxx b/src/Fl_Scroll.cxx index f36d760aa..55980c947 100644 --- a/src/Fl_Scroll.cxx +++ b/src/Fl_Scroll.cxx @@ -128,9 +128,6 @@ void Fl_Scroll::draw_clip(void* v,int X, int Y, int W, int H) { You may need to call redraw() to make sure the widget gets updated. \param[inout] si -- ScrollInfo structure, filled with data - - \returns Structure containing the calculated info. - \see bbox() */ void Fl_Scroll::recalc_scrollbars(ScrollInfo &si) const { -- cgit v1.2.3