summaryrefslogtreecommitdiff
path: root/apps/X11/VCL/TWinControl.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'apps/X11/VCL/TWinControl.cpp')
-rw-r--r--apps/X11/VCL/TWinControl.cpp16
1 files changed, 0 insertions, 16 deletions
diff --git a/apps/X11/VCL/TWinControl.cpp b/apps/X11/VCL/TWinControl.cpp
deleted file mode 100644
index 79edfe8..0000000
--- a/apps/X11/VCL/TWinControl.cpp
+++ /dev/null
@@ -1,16 +0,0 @@
-#include <TWinControl.h>
-extern "C" {
-#include <gtk/gtkwidget.h>
-}
-
-TWinControl::TWinControl(TComponent *AOwner) : TControl(AOwner) {
-}
-
-
-TWinControl::TWinControl(GtkWidget *ParentWindow) : TControl(0) {
-}
-
-
-TWinControl::~TWinControl() {
-}
-