aboutsummaryrefslogtreecommitdiff
path: root/backends/graphics
diff options
context:
space:
mode:
authorBastien Bouclet2016-09-13 20:35:46 +0200
committerBastien Bouclet2016-09-13 20:41:26 +0200
commit0802bbd8ee526552da751141ce03cce2a8e3ec30 (patch)
tree92048ce90ff9d0a1ff32c609e1fd0167b437da70 /backends/graphics
parent9cbaad61405f0a4c8b88eb4e6637b84a12633c1a (diff)
downloadscummvm-rg350-0802bbd8ee526552da751141ce03cce2a8e3ec30.tar.gz
scummvm-rg350-0802bbd8ee526552da751141ce03cce2a8e3ec30.tar.bz2
scummvm-rg350-0802bbd8ee526552da751141ce03cce2a8e3ec30.zip
OSYSTEM: Remove the API allowing to draw to the OSD surface directly
Diffstat (limited to 'backends/graphics')
-rw-r--r--backends/graphics/graphics.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/backends/graphics/graphics.h b/backends/graphics/graphics.h
index 271a482032..db8b6a920b 100644
--- a/backends/graphics/graphics.h
+++ b/backends/graphics/graphics.h
@@ -84,9 +84,6 @@ public:
virtual void setCursorPalette(const byte *colors, uint start, uint num) = 0;
virtual void displayMessageOnOSD(const char *msg) {}
- virtual void copyRectToOSD(const void *buf, int pitch, int x, int y, int w, int h) {}
- virtual void clearOSD() {}
- virtual Graphics::PixelFormat getOSDFormat() { return Graphics::PixelFormat(); }
virtual void displayActivityIconOnOSD(const Graphics::Surface *icon) {}