diff options
author | b1indy <b1indy@b956fd51-792f-4845-bead-9b4dfca2ff2c> | 2007-09-20 10:39:30 +0000 |
---|---|---|
committer | b1indy <b1indy@b956fd51-792f-4845-bead-9b4dfca2ff2c> | 2007-09-20 10:39:30 +0000 |
commit | 50523ba17fcb19d37c54420ec3ea651538121e35 (patch) | |
tree | a7d377bc4057039b18049289e500213bc8202021 /Game/Code/UltraStar.dpr | |
parent | a1c2876fb12cfc860044f00210f69a9bdc2cf687 (diff) | |
download | usdx-50523ba17fcb19d37c54420ec3ea651538121e35.tar.gz usdx-50523ba17fcb19d37c54420ec3ea651538121e35.tar.xz usdx-50523ba17fcb19d37c54420ec3ea651538121e35.zip |
moved a hack to a more appropriate place
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@417 b956fd51-792f-4845-bead-9b4dfca2ff2c
Diffstat (limited to 'Game/Code/UltraStar.dpr')
-rw-r--r-- | Game/Code/UltraStar.dpr | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/Game/Code/UltraStar.dpr b/Game/Code/UltraStar.dpr index 7cbc2e55..cbb5dd7e 100644 --- a/Game/Code/UltraStar.dpr +++ b/Game/Code/UltraStar.dpr @@ -1,4 +1,4 @@ -program UltraStar;
+program UltraStar;
{$DEFINE TRANSLATE}
@@ -360,8 +360,6 @@ begin Log.BenchmarkEnd(0);
Log.LogBenchmark('Loading Time', 0);
- Lyric := TLyric.Create;
-
//------------------------------
//Start- Mainloop
|