aboutsummaryrefslogtreecommitdiff
path: root/backends/modular-backend.h
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/modular-backend.h
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/modular-backend.h')
-rw-r--r--backends/modular-backend.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/backends/modular-backend.h b/backends/modular-backend.h
index 886f91c320..23f0e2d547 100644
--- a/backends/modular-backend.h
+++ b/backends/modular-backend.h
@@ -127,9 +127,6 @@ public:
virtual void quit();
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();
virtual void displayActivityIconOnOSD(const Graphics::Surface *icon);
//@}