From 3b269360198b53f04940796a4c9db5fbcfbcb91f Mon Sep 17 00:00:00 2001 From: David Edmundson Date: Thu, 28 Jul 2022 08:56:42 +0100 Subject: [PATCH] Ammend documentation for prePaintScreen wrt openGL context --- src/libkwineffects/kwineffects.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/libkwineffects/kwineffects.h b/src/libkwineffects/kwineffects.h index 38fd0a3508..4273db4a3d 100644 --- a/src/libkwineffects/kwineffects.h +++ b/src/libkwineffects/kwineffects.h @@ -350,9 +350,6 @@ public: * @li do various housekeeping tasks such as initing your effect's variables for the upcoming paint pass or updating animation's progress * - * In OpenGL based compositing, the frameworks ensures that the context is current - * when this method is invoked. - * * @a presentTime specifies the expected monotonic time when the rendered frame * will be displayed on the screen. */