1
0
mirror of https://github.com/rkujawa/rk65c02.git synced 2024-06-15 20:29:32 +00:00

Remove usused variable.

This commit is contained in:
Radosław Kujawa 2018-03-26 14:31:07 +02:00
parent f4aa7c4508
commit afbd412879

View File

@ -79,9 +79,5 @@ device_fb_init()
void
device_fb_finish(device_t *d)
{
struct fb_state *f;
f = d->aux;
}