Remove unneeded struct

This commit is contained in:
Michael Stapelberg 2009-07-22 19:01:57 +02:00
parent 072cee2808
commit 3de2907427

View File

@ -24,20 +24,6 @@
#define PART_ETHSPEED "E: %s (%s)"
struct ifmedia_type_to_subtype {
struct {
struct ifmedia_description *desc;
int alias;
} subtypes[5];
struct {
struct ifmedia_description *desc;
int alias;
} options[3];
struct {
struct ifmedia_description *desc;
int alias;
} modes[3];
};
#endif
/*