summaryrefslogtreecommitdiffstats
path: root/get_path.h
diff options
context:
space:
mode:
Diffstat (limited to 'get_path.h')
-rw-r--r--get_path.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/get_path.h b/get_path.h
index 759356e527..2f1909b601 100644
--- a/get_path.h
+++ b/get_path.h
@@ -24,10 +24,4 @@
char *get_path(const char *filename);
void set_path_env(void);
-#ifdef CONFIG_WIN32DLL
-extern void SetCodecPath(const char *); // in loader/drv.c
-
-static char *codec_path=NULL;
-#endif
-
#endif /* MPLAYER_GET_PATH_H */