# HG changeset patch # User diego # Date 1277043426 0 # Node ID 563f02c25af90195c5c11780070a09c97bb38396 # Parent bfa89aebee859bc368acab351e38e3f98216855f Remove duplicate dvd_device extern variable declaration. diff -r bfa89aebee85 -r 563f02c25af9 cfg-common.h --- 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},