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

github.com/FreeRDP/GdiTest.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'GdiTest/Main.cs')
-rw-r--r--GdiTest/Main.cs10
1 files changed, 0 insertions, 10 deletions
diff --git a/GdiTest/Main.cs b/GdiTest/Main.cs
index 180a4e4..508ec34 100644
--- a/GdiTest/Main.cs
+++ b/GdiTest/Main.cs
@@ -10,16 +10,6 @@ namespace GdiTest
{
Application.Init ();
MainWindow w = new MainWindow ();
-
- DrawingArea lineDrawingArea = new BitBltDrawingArea ();
-
- Box box = new HBox (true, 0);
- box.Add (lineDrawingArea);
-
- w.Add (box);
- w.Resize (640, 480);
- w.ShowAll ();
-
Application.Run ();
}
}