glib: fix warning

`t` was not being used.
This commit is contained in:
Andrés G. Aragoneses 2013-10-22 14:06:12 +02:00
parent 516fc1d9f0
commit 8eca15e8bd

View File

@ -552,7 +552,6 @@ namespace GLib {
internal void Update (object val)
{
Type t = GType.LookupType (type);
if (GType.Is (type, GType.Boxed) && !(val is IWrapper)) {
MethodInfo mi = val.GetType ().GetMethod ("Update", BindingFlags.NonPublic | BindingFlags.Instance);
IntPtr boxed_ptr = g_value_get_boxed (ref this);