mirror of
https://github.com/mpv-player/mpv
synced 2025-03-07 14:47:53 +00:00
Remove unused variables.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23720 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
f9c89b761f
commit
50a2b32983
@ -55,7 +55,7 @@ paint(unsigned char* bitmap, int size, int red, int green, int blue, int alpha)
|
||||
int main(int argc, char **argv) {
|
||||
|
||||
int fifo=-1;
|
||||
int width=0, height=0, xpos=0, ypos=0, alpha=0, clear=0;
|
||||
int width=0, height=0;
|
||||
unsigned char *bitmap;
|
||||
SDL_Surface *image;
|
||||
int i;
|
||||
|
Loading…
Reference in New Issue
Block a user