From a54c7c3ca46983993146ccc061ee7a6863b1cbec Mon Sep 17 00:00:00 2001 From: diego Date: Sat, 25 Aug 2007 13:23:40 +0000 Subject: 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 --- mpcommon.h | 1 - 1 file changed, 1 deletion(-) (limited to 'mpcommon.h') 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); -- cgit v1.2.3