From 7e997c193eae7c68d964c9d590ff38e1dbfa1762 Mon Sep 17 00:00:00 2001 From: Jean-Marc Lasgouttes Date: Mon, 18 Jul 2016 16:17:38 +0200 Subject: [PATCH] Remove obviously wrong documentation in Painter.h --- src/frontends/Painter.h | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/src/frontends/Painter.h b/src/frontends/Painter.h index 11bd24f66c..b4843e6764 100644 --- a/src/frontends/Painter.h +++ b/src/frontends/Painter.h @@ -38,12 +38,7 @@ namespace frontend { * * The intention for a toolkit is that it uses these methods to paint * onto a backing pixmap. Only when expose events arrive via the event - * queue (perhaps generated via Screen::expose), does the copy onto - * the actual WorkArea widget take place. Paints are wrapped in (possibly - * recursive) calls to start() and end() to facilitate the backing pixmap - * management. - * - * Note that the methods return *this for convenience. + * queue, does the copy onto the actual WorkArea widget take place. * * Caution: All char_type and docstring arguments of the text drawing * methods of this class are no UCS4 chars or strings if the font is a -- 2.39.5