From c5cd42afd9a011782d3ea6a44633ebd7e3d03453 Mon Sep 17 00:00:00 2001 From: mysticbbs Date: Sun, 4 Mar 2012 21:26:20 -0500 Subject: [PATCH] Removed unused function --- mystic/mutil_toplists.pas | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/mystic/mutil_toplists.pas b/mystic/mutil_toplists.pas index 70087de..0a8bd50 100644 --- a/mystic/mutil_toplists.pas +++ b/mystic/mutil_toplists.pas @@ -37,10 +37,6 @@ Var End; End; - Function GetPaddedValue : String; - Begin - End; - Procedure GenerateOutput; Var InFile : File; @@ -229,4 +225,4 @@ Begin ProcessResult (rDONE, True); End; -End. +End. \ No newline at end of file