[libdvdcss-devel] error: Drop unused and disabled _print_debug function.

Diego Biurrun git at videolan.org
Thu Oct 30 17:16:29 CET 2014


libdvdcss | branch: master | Diego Biurrun <diego at biurrun.de> | Wed Oct 22 13:00:31 2014 +0200| [25a5ae642eef610aab773156e7472e2e341bf884] | committer: Diego Biurrun

error: Drop unused and disabled _print_debug function.

> http://git.videolan.org/gitweb.cgi/libdvdcss.git/?a=commit;h=25a5ae642eef610aab773156e7472e2e341bf884
---

 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



More information about the libdvdcss-devel mailing list