Remove a relic from the old "equiv" kludge
This commit is contained in:
parent
86f39ea7e0
commit
c4b01b57f6
@ -85,22 +85,6 @@ parse_option(void)
|
||||
}
|
||||
}
|
||||
|
||||
static struct apm_eqv_event eqv_event[APM_MAX_EQUIV_EVENTS];
|
||||
static int eqv_num = 0;
|
||||
|
||||
static apm_eqv_event_t
|
||||
get_eqv_event(int id)
|
||||
{
|
||||
int i;
|
||||
|
||||
for (i = 0; i < eqv_num; i++) {
|
||||
if (id == eqv_event[i].aee_event) {
|
||||
return &eqv_event[i];
|
||||
}
|
||||
}
|
||||
return NULL;
|
||||
}
|
||||
|
||||
static void
|
||||
enable_apm(int dh)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user