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

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'mcs/class/System.Windows.Forms/Gtk/ScrollableControl.cs')
-rw-r--r--mcs/class/System.Windows.Forms/Gtk/ScrollableControl.cs19
1 files changed, 0 insertions, 19 deletions
diff --git a/mcs/class/System.Windows.Forms/Gtk/ScrollableControl.cs b/mcs/class/System.Windows.Forms/Gtk/ScrollableControl.cs
deleted file mode 100644
index aa67a800543..00000000000
--- a/mcs/class/System.Windows.Forms/Gtk/ScrollableControl.cs
+++ /dev/null
@@ -1,19 +0,0 @@
-//
-// System.Windows.Forms.Form
-//
-// Author:
-// Miguel de Icaza (miguel@ximian.com)
-//
-// (C) 2002 Ximian, Inc
-//
-
-using System;
-using System.Drawing;
-using Gtk;
-using GtkSharp;
-
-namespace System.Windows.Forms {
-
- public class ScrollableControl : Control {
- }
-}