changeset 24534:2273bfbb8e40

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
author diego
date Mon, 17 Sep 2007 13:07:06 +0000
parents 43ff93c329d7
children b015cbd37591
files libdvdcss/libdvdcss.c
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/libdvdcss/libdvdcss.c	Mon Sep 17 10:22:53 2007 +0000
+++ b/libdvdcss/libdvdcss.c	Mon Sep 17 13:07:06 2007 +0000
@@ -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;
 
 /**