registrybackend: fix warning about unused variable

This commit is contained in:
Ignacio Casal Quinteiro 2016-02-24 09:18:42 +01:00
parent c6bd31488a
commit 13057bb73e

View File

@ -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. */