mirror of
https://github.com/Ryujinx/GtkSharp.git
synced 2025-01-11 00:15:36 +00:00
generator: Remove unused variable in FieldBase class
This commit is contained in:
parent
46068e7add
commit
741360020c
|
@ -161,7 +161,6 @@ namespace GtkSharp.Generation {
|
|||
IGeneratable gen = table [CType];
|
||||
StreamWriter sw = gen_info.Writer;
|
||||
string modifiers = elem.GetAttributeAsBoolean ("new_flag") ? "new " : "";
|
||||
bool is_struct = table.IsStruct (CType) || table.IsBoxed (CType);
|
||||
|
||||
sw.WriteLine (indent + "public " + modifiers + CSType + " " + Name + " {");
|
||||
|
||||
|
|
Loading…
Reference in a new issue