Remove an erroneous unref

This was leftover by accident.
This commit is contained in:
Matthias Clasen 2017-08-15 06:40:05 -04:00
parent 52cc1c3ea1
commit 8c3fc06baf

View File

@ -274,10 +274,7 @@ long_pressed_cb (GtkGesture *gesture,
add_emoji (box, FALSE, emoji_data, 0);
for (modifier = 0x1f3fb; modifier <= 0x1f3ff; modifier++)
{
add_emoji (box, FALSE, emoji_data, modifier);
g_variant_unref (codes);
}
add_emoji (box, FALSE, emoji_data, modifier);
gtk_popover_popup (GTK_POPOVER (popover));
}