aboutsummaryrefslogtreecommitdiff
path: root/engines/wintermute/video/video_theora_player.h
diff options
context:
space:
mode:
authorEinar Johan Trøan Sømåen2012-08-15 02:35:11 +0200
committerEinar Johan Trøan Sømåen2012-08-15 02:35:11 +0200
commit10ca0f136d120677d776981fc58aba548181c033 (patch)
treeeca31e7969523315935882e1d5c11be6f8e67110 /engines/wintermute/video/video_theora_player.h
parente01dc47414355937d98b1de11151dde7c1c12a00 (diff)
downloadscummvm-rg350-10ca0f136d120677d776981fc58aba548181c033.tar.gz
scummvm-rg350-10ca0f136d120677d776981fc58aba548181c033.tar.bz2
scummvm-rg350-10ca0f136d120677d776981fc58aba548181c033.zip
WINTERMUTE: Clear out some commented-out code.
Diffstat (limited to 'engines/wintermute/video/video_theora_player.h')
-rw-r--r--engines/wintermute/video/video_theora_player.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/engines/wintermute/video/video_theora_player.h b/engines/wintermute/video/video_theora_player.h
index cd358381f1..41b45d2289 100644
--- a/engines/wintermute/video/video_theora_player.h
+++ b/engines/wintermute/video/video_theora_player.h
@@ -68,7 +68,6 @@ public:
bool play(TVideoPlayback type = VID_PLAY_CENTER, int x = 0, int y = 0, bool freezeGame = false, bool freezeMusic = true, bool looping = false, uint32 startTime = 0, float forceZoom = -1.0f, int volume = -1);
bool stop();
bool display(uint32 alpha = 0xFFFFFFFF);
- //bool renderFrame(BaseSurface *texture, yuv_buffer *yuv);
bool pause();
bool resume();