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:
parent
9ffcd31e7d
commit
e4905ab24f
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user