From fd670000d98145d3a13ec1582ffdd920a3db6599 Mon Sep 17 00:00:00 2001 From: diego Date: Mon, 17 Sep 2007 13:07:06 +0000 Subject: [PATCH] warning fix: libdvdcss.c:145: warning: redundant redeclaration of 'dvdcss_interface_2' dvdcss/dvdcss.h:70: warning: previous declaration of 'dvdcss_interface_2' was here git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24554 b3059339-0415-0410-9bf9-f77b7e298cf2 --- libdvdcss/libdvdcss.c | 1 - 1 file changed, 1 deletion(-) diff --git a/libdvdcss/libdvdcss.c b/libdvdcss/libdvdcss.c index 90795d2b36..d6a12f2045 100644 --- a/libdvdcss/libdvdcss.c +++ b/libdvdcss/libdvdcss.c @@ -142,7 +142,6 @@ * The variable itself contains the exact version number of the library, * which can be useful for specific feature needs. */ -LIBDVDCSS_EXPORT char * dvdcss_interface_2; char * dvdcss_interface_2 = VERSION; /**