Remove unused debug code.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28234 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2009-01-02 13:25:00 +00:00
parent 99fd037bd7
commit 7b64246370
1 changed files with 0 additions and 9 deletions

View File

@ -335,12 +335,3 @@ fail_out:
free(desc);
return NULL;
}
#if 0
int main(void){
read_font_desc("high_arpi.desc",1);
}
#endif