From 01ae69786d6363aef08ecb402f562048976eb2f6 Mon Sep 17 00:00:00 2001 From: Stephen Anthony Date: Mon, 3 Jun 2019 16:09:45 -0230 Subject: [PATCH] libretro: fix build for obsolete method. --- src/libretro/FrameBufferLIBRETRO.hxx | 7 ------- 1 file changed, 7 deletions(-) diff --git a/src/libretro/FrameBufferLIBRETRO.hxx b/src/libretro/FrameBufferLIBRETRO.hxx index 6ed1ea154..359cda4c5 100644 --- a/src/libretro/FrameBufferLIBRETRO.hxx +++ b/src/libretro/FrameBufferLIBRETRO.hxx @@ -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.