From 58c1daf3692d4c5c534750a4fda97e087b0f0cbb Mon Sep 17 00:00:00 2001 From: tobigun Date: Sat, 30 Aug 2008 18:14:18 +0000 Subject: Removed outdated 1.1 branch contents git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/branches/1.1@1332 b956fd51-792f-4845-bead-9b4dfca2ff2c --- ScoreConverter/ScoreConverter.dpr | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 ScoreConverter/ScoreConverter.dpr (limited to 'ScoreConverter/ScoreConverter.dpr') diff --git a/ScoreConverter/ScoreConverter.dpr b/ScoreConverter/ScoreConverter.dpr deleted file mode 100644 index 5736b733..00000000 --- a/ScoreConverter/ScoreConverter.dpr +++ /dev/null @@ -1,17 +0,0 @@ -program ScoreConverter; - -uses - Forms, - Umainform in 'Umainform.pas' {mainform}, - UScores in 'UScores.pas', - UDataBase in '..\Game\Code\Classes\UDataBase.pas', - USongs in 'USongs.pas'; - -{$R *.res} - -begin - Application.Initialize; - Application.Title := 'Score Converter'; - Application.CreateForm(Tmainform, mainform); - Application.Run; -end. -- cgit v1.2.3