# HG changeset patch # User diego # Date 1188048220 0 # Node ID 0491b2db2777e29fe1719d09481dda34a4a9fc8e # Parent 5e3665b6213e392530348915647ae87fefa9a7af 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 diff -r 5e3665b6213e -r 0491b2db2777 mpcommon.h --- a/mpcommon.h Sat Aug 25 13:18:29 2007 +0000 +++ b/mpcommon.h Sat Aug 25 13:23:40 2007 +0000 @@ -2,6 +2,5 @@ #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);