GRIM: Drop side textures feature from backend.
This commit is contained in:
parent
4f8f566299
commit
c4b9f966b6
12 changed files with 0 additions and 154 deletions
|
@ -130,11 +130,6 @@ Graphics::PixelBuffer ModularGraphicsBackend::getScreenPixelBuffer() {
|
|||
return _graphicsManager->getScreenPixelBuffer();
|
||||
}
|
||||
|
||||
// ResidualVM specific method
|
||||
void ModularGraphicsBackend::suggestSideTextures(Graphics::Surface *left, Graphics::Surface *right) {
|
||||
_graphicsManager->suggestSideTextures(left, right);
|
||||
}
|
||||
|
||||
void ModularGraphicsBackend::initSize(uint w, uint h, const Graphics::PixelFormat *format ) {
|
||||
_graphicsManager->initSize(w, h, format);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue