GRIM: Drop side textures feature from backend.

This commit is contained in:
Pawel Kolodziejski 2020-10-05 19:09:58 +02:00
parent 4f8f566299
commit c4b9f966b6
12 changed files with 0 additions and 154 deletions

View file

@ -693,11 +693,6 @@ Graphics::PixelBuffer AndroidGraphicsManager::getScreenPixelBuffer() {
return _game_pbuf;
}
void AndroidGraphicsManager::suggestSideTextures(Graphics::Surface *left, Graphics::Surface *right) {
// TODO
}
void AndroidGraphicsManager::clipMouse(Common::Point &p) const {
const GLESBaseTexture *tex = getActiveTexture();