summaryrefslogtreecommitdiffstats
path: root/libvo
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2009-01-02 13:25:00 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2009-01-02 13:25:00 +0000
commit7b6424637050d1dafd1fa93bcdd7ad42bfda0bb2 (patch)
treef24f2e31fd72694cb835d1e7f80954fb4a3c97f2 /libvo
parent99fd037bd7caed9707e6d253c31683852dcd2118 (diff)
downloadmpv-7b6424637050d1dafd1fa93bcdd7ad42bfda0bb2.tar.bz2
mpv-7b6424637050d1dafd1fa93bcdd7ad42bfda0bb2.tar.xz
Remove unused debug code.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28234 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libvo')
-rw-r--r--libvo/font_load.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/libvo/font_load.c b/libvo/font_load.c
index 16a82dffc2..a18459b036 100644
--- a/libvo/font_load.c
+++ b/libvo/font_load.c
@@ -335,12 +335,3 @@ fail_out:
free(desc);
return NULL;
}
-
-#if 0
-int main(void){
-
-read_font_desc("high_arpi.desc",1);
-
-}
-#endif
-