aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorwhiteshark0 <whiteshark0@b956fd51-792f-4845-bead-9b4dfca2ff2c>2010-04-22 11:07:24 +0000
committerwhiteshark0 <whiteshark0@b956fd51-792f-4845-bead-9b4dfca2ff2c>2010-04-22 11:07:24 +0000
commit886be275efb6f3177e6e30791740f2bd0429e2b5 (patch)
tree5e68cb4393147c416d104b12339e24bf32215fad
parent9b81cd20e0586563f9d1dfb43fb1d176ea84e5e1 (diff)
downloadusdx-886be275efb6f3177e6e30791740f2bd0429e2b5.tar.gz
usdx-886be275efb6f3177e6e30791740f2bd0429e2b5.tar.xz
usdx-886be275efb6f3177e6e30791740f2bd0429e2b5.zip
removed old comment from the days of ultrastar.dl.am mod
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@2276 b956fd51-792f-4845-bead-9b4dfca2ff2c
-rw-r--r--src/base/UCatCovers.pas8
1 files changed, 2 insertions, 6 deletions
diff --git a/src/base/UCatCovers.pas b/src/base/UCatCovers.pas
index 55f07daf..85cb850f 100644
--- a/src/base/UCatCovers.pas
+++ b/src/base/UCatCovers.pas
@@ -24,10 +24,6 @@
*}
unit UCatCovers;
-/////////////////////////////////////////////////////////////////////////
-// UCatCovers by Whiteshark //
-// Class for listing and managing the Category Covers //
-/////////////////////////////////////////////////////////////////////////
interface
@@ -183,7 +179,7 @@ function TCatCovers.GetCover(Sorting: TSortingType; const Name: UTF8String): IPa
var
I: Integer;
UpperName: UTF8String;
- NoCoverPath: IPath;
+ NoCoverPath: IPath;
begin
Result := PATH_NONE;
UpperName := UTF8Uppercase(Name);
@@ -212,4 +208,4 @@ begin
end;
end;
-end.
+end. \ No newline at end of file