diff options
Diffstat (limited to 'backends/graphics/opengl/opengl-graphics.h')
-rw-r--r-- | backends/graphics/opengl/opengl-graphics.h | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/backends/graphics/opengl/opengl-graphics.h b/backends/graphics/opengl/opengl-graphics.h index 366ad48fad..7900f06fb7 100644 --- a/backends/graphics/opengl/opengl-graphics.h +++ b/backends/graphics/opengl/opengl-graphics.h @@ -587,24 +587,6 @@ private: }; /** - * Request for the OSD icon surface to be updated. - */ - bool _osdIconChangeRequest; - - /** - * The next OSD background activity icon. - * - * The OSD icon will be updated with this data on the next frame. - * Can be an unallocated surface if the OSD icon should not be displayed. - */ - Graphics::Surface _osdIconNextData; - - /** - * Set the OSD icon surface with the value of the next OSD icon. - */ - void osdIconUpdateSurface(); - - /** * The OSD background activity icon's contents. */ Surface *_osdIconSurface; |