mirror of
https://github.com/RTimothyEdwards/magic.git
synced 2026-08-22 14:17:43 +02:00
ext2spice.c: cleanup -Wunused-local-typedefs yesnoType
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user