summaryrefslogtreecommitdiffstats
path: root/libvo
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-08-28 14:36:04 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-08-28 14:36:04 +0000
commita7f862037fc7c72ddf762f3ae012ed43c9e59ab2 (patch)
tree82d56cc05c3c47fe72d4fddf962753be671564ab /libvo
parentc4debc9042c9a52bbac5af585bf6e2a0b08ec7e5 (diff)
downloadmpv-a7f862037fc7c72ddf762f3ae012ed43c9e59ab2.tar.bz2
mpv-a7f862037fc7c72ddf762f3ae012ed43c9e59ab2.tar.xz
warning fix:
font_load.c: In function 'read_font_desc': font_load.c:56: warning: unused variable 'fstate' git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24265 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libvo')
-rw-r--r--libvo/font_load.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libvo/font_load.c b/libvo/font_load.c
index 1955e6a596..bd1ed1229c 100644
--- a/libvo/font_load.c
+++ b/libvo/font_load.c
@@ -53,7 +53,7 @@ unsigned char sor2[1024];
font_desc_t *desc;
FILE *f = NULL;
char *dn;
-struct stat fstate;
+//struct stat fstate;
char section[64];
int i,j;
int chardb=0;