Remove an unused variable

This commit is contained in:
Matthias Clasen 2015-08-31 13:43:47 -04:00
parent b8a2e08aba
commit 591eabcbbc

View File

@ -471,8 +471,6 @@ GWin32RegistryKey *
g_win32_registry_key_new (const gchar *path, g_win32_registry_key_new (const gchar *path,
GError **error) GError **error)
{ {
GObject *result;
g_return_val_if_fail (path != NULL, NULL); g_return_val_if_fail (path != NULL, NULL);
return g_initable_new (G_TYPE_WIN32_REGISTRY_KEY, return g_initable_new (G_TYPE_WIN32_REGISTRY_KEY,