summaryrefslogtreecommitdiffstats
path: root/mpcommon.h
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-08-25 13:23:40 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-08-25 13:23:40 +0000
commita54c7c3ca46983993146ccc061ee7a6863b1cbec (patch)
tree28fc8c6e6fb27b281e33f1cbf51cfb059040bb46 /mpcommon.h
parentea338264f48c47cf05ef4a38dcd07619205c2f9f (diff)
downloadmpv-a54c7c3ca46983993146ccc061ee7a6863b1cbec.tar.bz2
mpv-a54c7c3ca46983993146ccc061ee7a6863b1cbec.tar.xz
Fix warnings:
In file included from mplayer.c:380: mpcommon.h:5: warning: redundant redeclaration of 'subdata' libvo/sub.h:63: warning: previous declaration of 'subdata' was here In file included from command.c:26: mpcommon.h:5: warning: redundant redeclaration of 'subdata' libvo/sub.h:63: warning: previous declaration of 'subdata' was here In file included from mencoder.c:239: mpcommon.h:5: warning: redundant redeclaration of 'subdata' libvo/sub.h:63: warning: previous declaration of 'subdata' was here git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24177 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'mpcommon.h')
-rw-r--r--mpcommon.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/mpcommon.h b/mpcommon.h
index 5b52297774..c3c5b6dd29 100644
--- a/mpcommon.h
+++ b/mpcommon.h
@@ -2,6 +2,5 @@ extern double sub_last_pts;
#ifdef USE_ASS
extern ass_track_t *ass_track;
#endif
-extern sub_data *subdata;
extern subtitle *vo_sub_last;
void update_subtitles(sh_video_t *sh_video, demux_stream_t *d_dvdsub, int reset);