diff options
Diffstat (limited to 'backends/graphics/opengl/opengl-graphics.h')
-rw-r--r-- | backends/graphics/opengl/opengl-graphics.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/backends/graphics/opengl/opengl-graphics.h b/backends/graphics/opengl/opengl-graphics.h index f5f4cab305..e02137bba7 100644 --- a/backends/graphics/opengl/opengl-graphics.h +++ b/backends/graphics/opengl/opengl-graphics.h @@ -533,11 +533,6 @@ private: */ bool _forceRedraw; - /** - * Number of frames glClear shall ignore scissor testing. - */ - uint _scissorOverride; - #ifdef USE_OSD // // OSD |