From e0892295b555d8996b4aa2165e12ce40d1186157 Mon Sep 17 00:00:00 2001 From: reimar Date: Sun, 8 Oct 2006 09:05:27 +0000 Subject: Useless initialization, they will be always set for result != 0 and for result == 0 they make no sense git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20102 b3059339-0415-0410-9bf9-f77b7e298cf2 --- vobsub.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'vobsub.c') diff --git a/vobsub.c b/vobsub.c index 24653278c6..fc9c0491cb 100644 --- a/vobsub.c +++ b/vobsub.c @@ -1353,9 +1353,6 @@ vobsub_out_open(const char *basename, const unsigned int *palette, filename = malloc(strlen(basename) + 5); if (filename) { result = malloc(sizeof(vobsub_out_t)); - result->fsub = NULL; - result->fidx = NULL; - result->aid = 0; if (result) { result->aid = index; strcpy(filename, basename); -- cgit v1.2.3