generator: redundant method in NativeStructGen
This commit is contained in:
parent
0f79e9af06
commit
edc339baf5
1 changed files with 0 additions and 5 deletions
|
@ -219,11 +219,6 @@ namespace GtkSharp.Generation
|
|||
sw.WriteLine ();
|
||||
|
||||
}
|
||||
|
||||
public override void Prepare (StreamWriter sw, string indent)
|
||||
{
|
||||
sw.WriteLine (indent + "NativeStruct native = Native;");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue