aboutsummaryrefslogtreecommitdiff
path: root/backends/graphics/dispmanxsdl/dispmanxsdl-graphics.h
diff options
context:
space:
mode:
authorvanfanel2015-03-21 14:17:59 +0100
committervanfanel2015-07-20 17:13:19 +0200
commit2592c72cb59802607b97da562d4ccf369599d6b2 (patch)
treef6868c4225b87c24f93c42628f4f712f4ab371ea /backends/graphics/dispmanxsdl/dispmanxsdl-graphics.h
parentd5862217c3a85e7bc5a148def238c3323991adf8 (diff)
downloadscummvm-rg350-2592c72cb59802607b97da562d4ccf369599d6b2.tar.gz
scummvm-rg350-2592c72cb59802607b97da562d4ccf369599d6b2.tar.bz2
scummvm-rg350-2592c72cb59802607b97da562d4ccf369599d6b2.zip
RASPBERRYPI: Rewrote buffering code of the dispmanx graphics driver for stability.
Diffstat (limited to 'backends/graphics/dispmanxsdl/dispmanxsdl-graphics.h')
-rw-r--r--backends/graphics/dispmanxsdl/dispmanxsdl-graphics.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/backends/graphics/dispmanxsdl/dispmanxsdl-graphics.h b/backends/graphics/dispmanxsdl/dispmanxsdl-graphics.h
index b10a158ef3..23a091fd04 100644
--- a/backends/graphics/dispmanxsdl/dispmanxsdl-graphics.h
+++ b/backends/graphics/dispmanxsdl/dispmanxsdl-graphics.h
@@ -44,8 +44,6 @@ protected:
void DispmanXSetup(int width, int height, int bpp);
void DispmanXInit();
void DispmanXUpdate();
- void DispmanXFlip(struct dispmanxPage *page);
- struct dispmanxPage *DispmanXGetFreePage();
void DispmanXFreeResources();
void DispmanXVideoQuit();
struct dispvarsStruct *_dispvars;