Remove obsolete functions

This commit is contained in:
Jasmine Iwanek
2022-08-02 18:49:35 -04:00
parent 04e7fc2640
commit 1837785bd9
3 changed files with 0 additions and 30 deletions

View File

@@ -902,12 +902,6 @@ machine_xt_t1000_init(const machine_t *model)
return ret;
}
const device_t *
t1200_get_device(void)
{
return (&t1200_video_device);
}
int
machine_xt_t1200_init(const machine_t *model)
{