[libdvdcss-devel] [PATCH 07/47] error: Drop unused and disabled _print_debug function.

Diego Biurrun diego at biurrun.de
Wed Oct 29 21:33:07 CET 2014


---
 src/error.c | 13 -------------
 1 file changed, 13 deletions(-)

diff --git a/src/error.c b/src/error.c
index 5bc6bd3..2d37dbd 100644
--- a/src/error.c
+++ b/src/error.c
@@ -51,16 +51,3 @@ void _print_error( dvdcss_t dvdcss, char *psz_string )
 
     dvdcss->psz_error = psz_string;
 }
-
-/*****************************************************************************
- * Debug messages
- *****************************************************************************/
-#if 0
-void _print_debug( dvdcss_t dvdcss, char *psz_string )
-{
-    if( dvdcss->b_debug )
-    {
-        fprintf( stderr, "libdvdcss debug: %s\n", psz_string );
-    }
-}
-#endif
-- 
1.9.1



More information about the libdvdcss-devel mailing list