Fix a compiler warning

This commit is contained in:
Matthias Clasen 2019-05-19 16:45:23 -04:00
parent 56e93332d8
commit 825b48911b

View File

@ -751,7 +751,6 @@ gtk_application_window_set_property (GObject *object,
GParamSpec *pspec)
{
GtkApplicationWindow *window = GTK_APPLICATION_WINDOW (object);
GtkApplicationWindowPrivate *priv = gtk_application_window_get_instance_private (window);
switch (prop_id)
{