From 283e34eaae554604ed1f2f848026840c0eed3dfd Mon Sep 17 00:00:00 2001
From: Warren Dukes <warren.dukes@gmail.com>
Date: Mon, 7 Jun 2004 05:00:56 +0000
Subject: icy metadata! wahoo still lots some debug code with print out's, so
 don't bitch about it!

git-svn-id: https://svn.musicpd.org/mpd/trunk@1364 09075e82-0dd4-0310-85a5-a0d7c8717e4f
---
 src/inputStream_file.c | 3 ---
 1 file changed, 3 deletions(-)

(limited to 'src/inputStream_file.c')

diff --git a/src/inputStream_file.c b/src/inputStream_file.c
index 814cc3395..5d88fa5ac 100644
--- a/src/inputStream_file.c
+++ b/src/inputStream_file.c
@@ -32,10 +32,7 @@ int inputStream_fileOpen(InputStream * inStream, char * filename) {
 		return -1;
 	}
 
-	inStream->offset = 0;
         inStream->seekable = 1;
-        inStream->mime = NULL;
-        inStream->metaTitle = NULL;
 
 	fseek(fp,0,SEEK_END);
 	inStream->size = ftell(fp);
-- 
cgit v1.2.3