[fix] Gtk warning about adding interface twice

This commit is contained in:
Julian Sparber
2017-02-22 18:57:21 +01:00
parent e1b4f51f06
commit 25ec2d0a3f

View File

@@ -13,7 +13,6 @@ G_DEFINE_TYPE(TeleportAppWindow, teleport_app_window, GTK_TYPE_APPLICATION_WINDO
static void static void
teleport_app_window_init (TeleportAppWindow *win) teleport_app_window_init (TeleportAppWindow *win)
{ {
gtk_widget_init_template (GTK_WIDGET (win));
GtkBuilder *builder; GtkBuilder *builder;
GMenuModel *menu; GMenuModel *menu;
GAction *action; GAction *action;