diff options
Diffstat (limited to 'libvo/font_load.c')
-rw-r--r-- | libvo/font_load.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libvo/font_load.c b/libvo/font_load.c index b53bbade72..1955e6a596 100644 --- a/libvo/font_load.c +++ b/libvo/font_load.c @@ -10,8 +10,6 @@ #include "font_load.h" #include "mp_msg.h" -extern char *get_path ( char * ); - raw_file* load_raw(char *name,int verbose){ int bpp; raw_file* raw=malloc(sizeof(raw_file)); |