Commit d01fe6a6 authored by Vojtech Pavlik's avatar Vojtech Pavlik

Remove number member from struct gameport. Not needed.

parent 5d6fcf67
......@@ -38,7 +38,6 @@ struct gameport {
void *driver; /* Private pointer for gameport drivers */
char *name;
char *phys;
int number;
unsigned short idbus;
unsigned short idvendor;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment