summaryrefslogtreecommitdiff
path: root/src/corelib/x11/gfx_impl.pas
diff options
context:
space:
mode:
Diffstat (limited to 'src/corelib/x11/gfx_impl.pas')
-rw-r--r--src/corelib/x11/gfx_impl.pas18
1 files changed, 0 insertions, 18 deletions
diff --git a/src/corelib/x11/gfx_impl.pas b/src/corelib/x11/gfx_impl.pas
deleted file mode 100644
index 897e0cbf..00000000
--- a/src/corelib/x11/gfx_impl.pas
+++ /dev/null
@@ -1,18 +0,0 @@
-unit gfx_impl;
-
-{$mode objfpc}{$H+}
-
-interface
-
-uses
- x;
-
-type
- TfpgWinHandle = TXID;
- TfpgDCHandle = TXID;
-
-
-implementation
-
-end.
-