summaryrefslogtreecommitdiffstats
path: root/mpcommon.h
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2010-03-23 18:01:00 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2010-03-23 18:01:00 +0000
commit5e480c7b817748e000caa967711f28eae5e2a3f2 (patch)
tree83a6663e3ced7c09afde135341c6760fe761465b /mpcommon.h
parentcb26eaf0bbcf028e3cf23c912e061268dcbb8127 (diff)
downloadmpv-5e480c7b817748e000caa967711f28eae5e2a3f2.tar.bz2
mpv-5e480c7b817748e000caa967711f28eae5e2a3f2.tar.xz
Get rid of pointless def_path variable; use codec_path directly instead.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30949 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'mpcommon.h')
-rw-r--r--mpcommon.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/mpcommon.h b/mpcommon.h
index 5e2368562f..412225b104 100644
--- a/mpcommon.h
+++ b/mpcommon.h
@@ -37,6 +37,4 @@ void set_osd_subtitle(subtitle *subs);
extern int disable_system_conf;
extern int disable_user_conf;
-extern char *codec_path;
-
#endif /* MPLAYER_MPCOMMON_H */