OSYSTEM: Remove the API allowing to draw to the OSD surface directly

This commit is contained in:
Bastien Bouclet 2016-09-13 20:35:46 +02:00
parent 9cbaad6140
commit 0802bbd8ee
6 changed files with 0 additions and 74 deletions

View file

@ -39,20 +39,6 @@ void BaseBackend::displayMessageOnOSD(const char *msg) {
dialog.runModal();
}
void BaseBackend::copyRectToOSD(const void *buf, int pitch, int x, int y, int w, int h) {
warning("BaseBackend::copyRectToOSD not implemented"); //TODO
}
void BaseBackend::clearOSD() {
warning("BaseBackend::clearOSD not implemented"); //TODO
//what should I do? Remove all TimedMessageDialogs?
}
Graphics::PixelFormat BaseBackend::getOSDFormat() {
warning("BaseBackend::getOSDFormat not implemented");
return Graphics::PixelFormat();
}
void BaseBackend::initBackend() {
// Init Event manager
#ifndef DISABLE_DEFAULT_EVENT_MANAGER