summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorphintuka <phintuka>2008-03-13 23:17:53 +0000
committerphintuka <phintuka>2008-03-13 23:17:53 +0000
commit58f5c553db545b51e9fb25b85a3e849a360cdb9f (patch)
treeb2d724e9108ae13fbb9460c12898ffcaac944113
parent949e8d8123815d8ce3b422c7d1cc1de0477f80e2 (diff)
downloadxineliboutput-58f5c553db545b51e9fb25b85a3e849a360cdb9f.tar.gz
xineliboutput-58f5c553db545b51e9fb25b85a3e849a360cdb9f.tar.bz2
Removed unnecessary log string
-rw-r--r--xine_frontend.c3
1 files changed, 1 insertions, 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;