changeset 32854:fc4fb1ff3f01

Remove needless explicit initialization.
author ib
date Sun, 20 Feb 2011 00:44:27 +0000
parents 17f47c07d1f7
children c31ad08f0a37
files gui/skin/font.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/gui/skin/font.c	Sun Feb 20 00:42:29 2011 +0000
+++ b/gui/skin/font.c	Sun Feb 20 00:44:27 2011 +0000
@@ -28,7 +28,7 @@
 #include "../interface.h"
 #include "libavutil/avstring.h"
 
-static bmpFont * Fonts[MAX_FONTS] = {0};
+static bmpFont * Fonts[MAX_FONTS];
 
 static int fntAddNewFont( char * name )
 {