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

github.com/mono/xwt.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'Testing/WpfTestRunner/Program.cs')
-rw-r--r--Testing/WpfTestRunner/Program.cs1
1 files changed, 0 insertions, 1 deletions
diff --git a/Testing/WpfTestRunner/Program.cs b/Testing/WpfTestRunner/Program.cs
index 32a71f66..647ea46d 100644
--- a/Testing/WpfTestRunner/Program.cs
+++ b/Testing/WpfTestRunner/Program.cs
@@ -11,7 +11,6 @@ namespace WpfTestRunner
[STAThread]
static void Main (string[] args)
{
- Xwt.Application.Initialize (Xwt.ToolkitType.Wpf);
ReferenceImageManager.Init ("WpfTestRunner");
var list = new List<string> (args);