summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorphintuka <phintuka>2008-06-20 11:50:53 +0000
committerphintuka <phintuka>2008-06-20 11:50:53 +0000
commit202b5f80496e6107c1b4fd9e73cd4e5589132643 (patch)
tree431ce5ab41ec16a751c19fcce5b0806b1c1eb9fd
parenta98178d4ac470fe525c530f8c107cfec4e4c4f24 (diff)
downloadxineliboutput-202b5f80496e6107c1b4fd9e73cd4e5589132643.tar.gz
xineliboutput-202b5f80496e6107c1b4fd9e73cd4e5589132643.tar.bz2
Cleanup
-rw-r--r--xine_frontend_main.c25
1 files changed, 1 insertions, 24 deletions
diff --git a/xine_frontend_main.c b/xine_frontend_main.c
index fe93742a..791a3274 100644
--- a/xine_frontend_main.c
+++ b/xine_frontend_main.c
@@ -4,7 +4,7 @@
* See the main source file 'xineliboutput.c' for copyright information and
* how to reach the author.
*
- * $Id: xine_frontend_main.c,v 1.45 2008-06-17 16:17:49 phintuka Exp $
+ * $Id: xine_frontend_main.c,v 1.46 2008-06-20 11:50:53 phintuka Exp $
*
*/
@@ -17,29 +17,6 @@
#include "tools/vdrdiscovery.h"
-#if 0
-static void xine_log_cb(void *data, int section)
-{
- fprintf(stderr, "xine: log section %d\n",section);
-}
-
-static void print_xine_log(xine_t *xine)
-{
- int i, j;
- int logs = xine_get_log_section_count(xine);
- const char * const * names = xine_get_log_names(xine);
- for(i=0; i<logs; i++) {
- const char * const * lines = xine_get_log(xine, i);
- if(lines[0]) {
- printf("\nLOG: %s\n",names[i]);
- j=-1;
- while(lines[++j] && *lines[++j] )
- printf(" %2d: %s", j, lines[j]);
- }
- }
-}
-#endif
-
static void list_plugins_type(xine_t *xine, const char *msg, typeof (xine_list_audio_output_plugins) list_func)
{
static xine_t *tmp_xine = NULL;