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 { ...@@ -38,7 +38,6 @@ struct gameport {
void *driver; /* Private pointer for gameport drivers */ void *driver; /* Private pointer for gameport drivers */
char *name; char *name;
char *phys; char *phys;
int number;
unsigned short idbus; unsigned short idbus;
unsigned short idvendor; 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