shithub: libdvdcss

Download patch

ref: 25a5ae642eef610aab773156e7472e2e341bf884
parent: 125f5e4f764847326b57762c512e8725c837a8b4
author: Diego Biurrun <diego@biurrun.de>
date: Wed Oct 22 09:00:31 EDT 2014

error: Drop unused and disabled _print_debug function.

--- a/src/error.c
+++ b/src/error.c
@@ -51,16 +51,3 @@
 
     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