Mercurial > mplayer.hg
changeset 31412:563f02c25af9
Remove duplicate dvd_device extern variable declaration.
author | diego |
---|---|
date | Sun, 20 Jun 2010 14:17:06 +0000 |
parents | bfa89aebee85 |
children | 0f5751eb7126 |
files | cfg-common.h |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/cfg-common.h Sun Jun 20 14:11:56 2010 +0000 +++ b/cfg-common.h Sun Jun 20 14:17:06 2010 +0000 @@ -202,7 +202,7 @@ extern int vivo_param_width; extern int vivo_param_height; extern int vivo_param_vformat; -extern char *dvd_device, *cdrom_device; +extern char *cdrom_device; const m_option_t vivoopts_conf[]={ {"version", &vivo_param_version, CONF_TYPE_INT, 0, 0, 0, NULL},