mirror of https://github.com/mpv-player/mpv
warning fix:
fastmemcpybench.c: At top level: fastmemcpybench.c:29: warning: 'mga_next_frame' defined but not used git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24225 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
a1d3c0aeaf
commit
14b2c39cd6
|
@ -26,8 +26,6 @@
|
|||
|
||||
#include "drivers/mga_vid.h"
|
||||
|
||||
static int mga_next_frame=0;
|
||||
|
||||
static mga_vid_config_t mga_vid_config;
|
||||
static unsigned char* frame=NULL;
|
||||
static int f;
|
||||
|
|
Loading…
Reference in New Issue