From d7b0aacc253b668a4c651ce19db579fcf4b59b6f Mon Sep 17 00:00:00 2001 From: Kirill Osenkov Date: Tue, 18 May 2021 14:26:42 -0700 Subject: Remove a reference to Xwt.Gtk. --- src/framework/GuiUnit/XwtMainLoopIntegration.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/framework/GuiUnit/XwtMainLoopIntegration.cs b/src/framework/GuiUnit/XwtMainLoopIntegration.cs index 5d20936..d657fcd 100644 --- a/src/framework/GuiUnit/XwtMainLoopIntegration.cs +++ b/src/framework/GuiUnit/XwtMainLoopIntegration.cs @@ -9,7 +9,6 @@ namespace GuiUnit { // List of Xwt backends we will try to use in order of priority Tuple[] backends = new[] { - Tuple.Create ("Xwt.Gtk.dll", "Xwt.GtkBackend.GtkEngine, Xwt.Gtk"), Tuple.Create ("Xwt.WPF.dll", "Xwt.WPFBackend.WPFEngine, Xwt.WPF"), Tuple.Create ("Xwt.XamMac.dll", "Xwt.Mac.MacEngine, Xwt.XamMac") }; -- cgit v1.2.3