1
0
mirror of https://github.com/mpv-player/mpv synced 2024-12-19 05:15:12 +00:00

Remove unused variable, fixes the warning:

libmpcodecs/vd_qtvideo.c:242: warning: unused variable 'result'


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30912 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2010-03-16 14:35:43 +00:00
parent 9ffcd31e7d
commit e4905ab24f

View File

@ -239,7 +239,6 @@ static int init(sh_video_t *sh){
// uninit driver
static void uninit(sh_video_t *sh){
OSErr result;
if(OutBufferGWorld) {
DisposeGWorld(OutBufferGWorld);
OutBufferGWorld = NULL;