mirror of
https://github.com/Ryujinx/GtkSharp.git
synced 2025-01-11 03:05:41 +00:00
glib: fix warning
`t` was not being used.
This commit is contained in:
parent
516fc1d9f0
commit
8eca15e8bd
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue