diff options
author | whiteshark0 <whiteshark0@b956fd51-792f-4845-bead-9b4dfca2ff2c> | 2009-06-29 15:26:33 +0000 |
---|---|---|
committer | whiteshark0 <whiteshark0@b956fd51-792f-4845-bead-9b4dfca2ff2c> | 2009-06-29 15:26:33 +0000 |
commit | 757ad7e4f0668334e33df82e0bb3bad6a8933bff (patch) | |
tree | a64322df5428958e88c2880348ded437c4694fbe /src | |
parent | d9341fd1b98b39b641f1ab0d216cbc0daedcc67f (diff) | |
download | usdx-757ad7e4f0668334e33df82e0bb3bad6a8933bff.tar.gz usdx-757ad7e4f0668334e33df82e0bb3bad6a8933bff.tar.xz usdx-757ad7e4f0668334e33df82e0bb3bad6a8933bff.zip |
cosmetics
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@1840 b956fd51-792f-4845-bead-9b4dfca2ff2c
Diffstat (limited to '')
-rw-r--r-- | src/base/USongs.pas | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/src/base/USongs.pas b/src/base/USongs.pas index a7231cb3..c4871f18 100644 --- a/src/base/USongs.pas +++ b/src/base/USongs.pas @@ -535,16 +535,6 @@ begin begin CurCategory := CurSong.Edition; - // TODO: remove this block if it is not needed anymore - { - if CurSection = 'Singstar Part 2' then CoverName := 'Singstar'; - if CurSection = 'Singstar German' then CoverName := 'Singstar'; - if CurSection = 'Singstar Spanish' then CoverName := 'Singstar'; - if CurSection = 'Singstar Italian' then CoverName := 'Singstar'; - if CurSection = 'Singstar French' then CoverName := 'Singstar'; - if CurSection = 'Singstar 80s Polish' then CoverName := 'Singstar 80s'; - } - // add Category Button AddCategoryButton(CurCategory); end |