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/LineToDrawingArea.cs')
-rw-r--r--GdiTest/LineToDrawingArea.cs10
1 files changed, 1 insertions, 9 deletions
diff --git a/GdiTest/LineToDrawingArea.cs b/GdiTest/LineToDrawingArea.cs
index 0df2377..d98f932 100644
--- a/GdiTest/LineToDrawingArea.cs
+++ b/GdiTest/LineToDrawingArea.cs
@@ -5,15 +5,7 @@ using Gtk;
namespace GdiTest
{
public class LineToDrawingArea : TestDrawingArea
- {
- public struct Area
- {
- public int X;
- public int Y;
- public int W;
- public int H;
- }
-
+ {
private bool rendered;
private String dumpText;