summaryrefslogtreecommitdiffstats
path: root/libvo
diff options
context:
space:
mode:
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
-