Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/guiunit.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKirill Osenkov <KirillOsenkov@users.noreply.github.com>2021-05-19 00:27:10 +0300
committerGitHub <noreply@github.com>2021-05-19 00:27:10 +0300
commitc2cd748ef51748c77d560ca393ce79e5f5f3b1c3 (patch)
tree385ee9924810f434f8f058be9c058be133a4431b
parentbde83898787fd4da3e570167f7559be046999725 (diff)
parentd7b0aacc253b668a4c651ce19db579fcf4b59b6f (diff)
Merge pull request #23 from mono/dev/kirillo/removeXwtGtk
Remove a reference to Xwt.Gtk.
-rw-r--r--src/framework/GuiUnit/XwtMainLoopIntegration.cs1
1 files changed, 0 insertions, 1 deletions
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<string,string>[] 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")
};