From 8ef40f0bd018c6f9295977c206714db8d1e6159c Mon Sep 17 00:00:00 2001 From: George Hazan Date: Fri, 1 Mar 2013 23:11:39 +0000 Subject: code cleanup for pascal plugins git-svn-id: http://svn.miranda-ng.org/main/trunk@3828 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/Utils.pas/old/mApiCardC.pas | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'plugins/Utils.pas/old') diff --git a/plugins/Utils.pas/old/mApiCardC.pas b/plugins/Utils.pas/old/mApiCardC.pas index 507bc79d79..7c67443087 100644 --- a/plugins/Utils.pas/old/mApiCardC.pas +++ b/plugins/Utils.pas/old/mApiCardC.pas @@ -8,8 +8,8 @@ uses windows,messages; type tmApiCard = class private - function GetDescription:pAnsiChar; - function GetResultType :pAnsiChar; + function GetDescription:pAnsiChar; + function GetResultType :pAnsiChar; procedure SetCurrentService(item:pAnsiChar); public constructor Create(fname:pAnsiChar; lparent:HWND=0); @@ -371,8 +371,6 @@ begin if fname<>nil then begin ConvertFileName(fname,@INIFile); - // PluginLink^.CallService(MS_UTILS_PATHTOABSOLUTE, - // dword(PAnsiChar(ServiceHlpFile)),dword(INIFile)); if GetFSize(pAnsiChar(@INIFile))=0 then begin INIFile[0]:=#0; -- cgit v1.2.3