summaryrefslogtreecommitdiff
path: root/gfx/carbon/gfxinterface.pas
diff options
context:
space:
mode:
authorgraemeg <graemeg@ae50a9b5-8222-0410-bf8d-8a13f76226bf>2007-07-23 08:54:39 +0000
committergraemeg <graemeg@ae50a9b5-8222-0410-bf8d-8a13f76226bf>2007-07-23 08:54:39 +0000
commit1e00430227e56fd2691f8374418f352c171039b1 (patch)
tree0451194af432a8b80270defb403bb100f1e95d90 /gfx/carbon/gfxinterface.pas
parent2ecc101eb1573c272d570289987807c44937631b (diff)
downloadfpGUI-1e00430227e56fd2691f8374418f352c171039b1.tar.xz
The first part of removing the obsolete fpGUI and replacing it with the new multi-handle design from the prototypes directory.
Diffstat (limited to 'gfx/carbon/gfxinterface.pas')
-rw-r--r--gfx/carbon/gfxinterface.pas45
1 files changed, 0 insertions, 45 deletions
diff --git a/gfx/carbon/gfxinterface.pas b/gfx/carbon/gfxinterface.pas
deleted file mode 100644
index 0a2bd181..00000000
--- a/gfx/carbon/gfxinterface.pas
+++ /dev/null
@@ -1,45 +0,0 @@
-{
- fpGUI - Free Pascal Graphical User Interface
-
- GFXInterface - Default target selection unit for X11 target
-
- Copyright (C) 2006 - 2007 See the file AUTHORS, included in this
- distribution, for details of the copyright.
-
- See the file COPYING.modifiedLGPL, included in this distribution,
- for details about redistributing fpGUI.
-
- This program is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
-}
-unit gfxinterface;
-
-{$ifdef fpc}
- {$mode objfpc}{$H+}
-{$endif}
-
-interface
-
-uses
- gfx_carbon;
-
-type
-
- TDefCanvas = TCarbonCanvas;
-
- TDefFont = TCarbonFont;
-
- TDefScreen = TCarbonScreen;
-
- TDefApplication = TCarbonApplication;
-
- TDefWindow = TCarbonWindow;
-
- TDefBitmap = TCarbonBitmap;
-
-
-implementation
-
-end.
-