mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-10 03:16:17 +01:00
registrybackend: fix warning about unused variable
This commit is contained in:
parent
c6bd31488a
commit
13057bb73e
@ -1532,8 +1532,6 @@ registry_watch_key (HKEY hpath,
|
||||
static gboolean
|
||||
watch_handler (RegistryEvent *event)
|
||||
{
|
||||
guint i;
|
||||
|
||||
trace ("Watch handler: got event in %s, items %i.\n", event->prefix, event->items->len);
|
||||
|
||||
/* GSettings requires us to NULL-terminate the array. */
|
||||
|
Loading…
Reference in New Issue
Block a user