2008-09-09 Mike Kestner <mkestner@novell.com>
* generator/ReturnValue.cs: warning cleanup. svn path=/trunk/gtk-sharp/; revision=112615
This commit is contained in:
parent
b1a12cf3ec
commit
899e942b48
2 changed files with 4 additions and 2 deletions
|
@ -1,3 +1,7 @@
|
|||
2008-09-09 Mike Kestner <mkestner@novell.com>
|
||||
|
||||
* generator/ReturnValue.cs: warning cleanup.
|
||||
|
||||
2008-09-09 Zoltan Varga <vargaz@gmail.com>
|
||||
|
||||
* glib/GType.cs (FindTypeInReferences): Skip dynamic assemblies.
|
||||
|
|
|
@ -27,7 +27,6 @@ namespace GtkSharp.Generation {
|
|||
public class ReturnValue {
|
||||
|
||||
|
||||
private XmlElement elem;
|
||||
bool is_null_term;
|
||||
bool is_array;
|
||||
bool elements_owned;
|
||||
|
@ -37,7 +36,6 @@ namespace GtkSharp.Generation {
|
|||
|
||||
public ReturnValue (XmlElement elem)
|
||||
{
|
||||
this.elem = elem;
|
||||
if (elem != null) {
|
||||
is_null_term = elem.HasAttribute ("null_term_array");
|
||||
is_array = elem.HasAttribute ("array");
|
||||
|
|
Loading…
Reference in a new issue