libretro: fix build for obsolete method.

This commit is contained in:
Stephen Anthony 2019-06-03 16:09:45 -02:30
parent d7754aee77
commit 01ae69786d
1 changed files with 0 additions and 7 deletions

View File

@ -139,13 +139,6 @@ class FrameBufferLIBRETRO : public FrameBuffer
*/
bool setVideoMode(const string& title, const VideoMode& mode) override { return true; }
/**
This method is called to invalidate the contents of the entire
framebuffer (ie, mark the current content as invalid, and erase it on
the next drawing pass).
*/
void invalidate() override { }
/**
This method is called to create a surface with the given attributes.