Diego Biurrun
2014-10-30 16:16:29 UTC
libdvdcss | branch: master | Diego Biurrun <***@biurrun.de> | Wed Oct 22 13:00:31 2014 +0200| [25a5ae642eef610aab773156e7472e2e341bf884] | committer: Diego Biurrun
error: Drop unused and disabled _print_debug function.
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
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