From 58f5c553db545b51e9fb25b85a3e849a360cdb9f Mon Sep 17 00:00:00 2001 From: phintuka Date: Thu, 13 Mar 2008 23:17:53 +0000 Subject: Removed unnecessary log string --- xine_frontend.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/xine_frontend.c b/xine_frontend.c index 006a1296..b2f18bfd 100644 --- a/xine_frontend.c +++ b/xine_frontend.c @@ -4,7 +4,7 @@ * See the main source file 'xineliboutput.c' for copyright information and * how to reach the author. * - * $Id: xine_frontend.c,v 1.49 2008-03-13 23:17:03 phintuka Exp $ + * $Id: xine_frontend.c,v 1.50 2008-03-13 23:17:53 phintuka Exp $ * */ @@ -975,7 +975,6 @@ static void fe_post_open(const fe_t *this, const char *name, const char *args) char tmp[16]; double r = 0.0; pt += 14; - LOGMSG("AUTOINIT"); switch(this->aspect) { case 0: case 1: /* */ r = this->display_ratio * (double)this->width / (double)this->height; break; -- cgit v1.2.3