1
0
mirror of https://github.com/mpv-player/mpv synced 2025-01-31 12:11:52 +00:00

Remove redundant extern variable declaration.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24141 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2007-08-24 12:45:26 +00:00
parent 54c3a567e3
commit c1999c5661

View File

@ -20,7 +20,6 @@ extern char* get_term_charset(void);
#ifdef HAVE_NEW_GUI
#include "gui/interface.h"
extern int use_gui;
#endif
#include "mp_msg.h"