ext2spice.c: cleanup -Wunused-local-typedefs yesnoType
This commit is contained in:
parent
ab24761d88
commit
ad5383c307
|
|
@ -364,10 +364,10 @@ CmdExtToSpice(
|
|||
NULL
|
||||
};
|
||||
|
||||
typedef enum {
|
||||
enum {
|
||||
IDX_YES, IDX_TRUE, IDX_ON, IDX_NO, IDX_FALSE, IDX_OFF,
|
||||
IDX_AUTO, IDX_TOP, IDX_DESCEND
|
||||
} yesnoType;
|
||||
};
|
||||
|
||||
esNoModelType = -1;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue