Remove duplicate definition of variable idp, as compiler may warn.
This commit is contained in:
parent
b893e32d75
commit
ad02a7c47a
|
|
@ -184,7 +184,6 @@ void cm_d_tristate(ARGS)
|
|||
|
||||
enum {Idle, Normal, Same, Revert, Both}
|
||||
d_ctl, s_ctl, ctl1, ctl2;
|
||||
struct idata *idp;
|
||||
double first_time, second_time; /* Scheduled changes */
|
||||
double delay_1; /* Delay to first output. */
|
||||
double cancel_delay; /* Delay to canclling. */
|
||||
|
|
|
|||
Loading…
Reference in New Issue