aboutsummaryrefslogtreecommitdiffstats
path: root/Game/Code/lib/zlportio/Example/portio.dpr
diff options
context:
space:
mode:
authormogguh <mogguh@b956fd51-792f-4845-bead-9b4dfca2ff2c>2008-07-15 21:14:47 +0000
committermogguh <mogguh@b956fd51-792f-4845-bead-9b4dfca2ff2c>2008-07-15 21:14:47 +0000
commit604261313874e796d5cd3242d2f7ea92b0c7bdd3 (patch)
treec68eda34c993782e8d8c541c424b40962b1c4751 /Game/Code/lib/zlportio/Example/portio.dpr
parentb793816fbd2ba63bed1802ccfe04be3f4841a80e (diff)
downloadusdx-604261313874e796d5cd3242d2f7ea92b0c7bdd3.tar.gz
usdx-604261313874e796d5cd3242d2f7ea92b0c7bdd3.tar.xz
usdx-604261313874e796d5cd3242d2f7ea92b0c7bdd3.zip
Cleaning up our SVN, removing unneeded files.
zlportio is no longer needed. git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@1198 b956fd51-792f-4845-bead-9b4dfca2ff2c
Diffstat (limited to '')
-rw-r--r--Game/Code/lib/zlportio/Example/portio.dpr14
1 files changed, 0 insertions, 14 deletions
diff --git a/Game/Code/lib/zlportio/Example/portio.dpr b/Game/Code/lib/zlportio/Example/portio.dpr
deleted file mode 100644
index 42fcc9e9..00000000
--- a/Game/Code/lib/zlportio/Example/portio.dpr
+++ /dev/null
@@ -1,14 +0,0 @@
-{$A-,H+}
-program portio;
-
-uses
- Forms,
- mainform in 'mainform.pas' {Main};
-
-{$R *.RES}
-
-begin
- Application.Initialize;
- Application.CreateForm(TMain, Main);
- Application.Run;
-end.