diff options
author | George Hazan <george.hazan@gmail.com> | 2013-08-16 15:07:08 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2013-08-16 15:07:08 +0000 |
commit | ff74f51ef8b2d1a46b27e7a6749f0667dbd76497 (patch) | |
tree | 2e42b9d12b821869a6126ba30ae3f764f5c4b00c /plugins/ShlExt/shlcom.pas | |
parent | 35489ce3659220b4ebd25d1b3ab0258115cf10a4 (diff) |
custom base64 functions removed from all pascal plugins
git-svn-id: http://svn.miranda-ng.org/main/trunk@5720 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/ShlExt/shlcom.pas')
-rw-r--r-- | plugins/ShlExt/shlcom.pas | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/plugins/ShlExt/shlcom.pas b/plugins/ShlExt/shlcom.pas index 97fef24660..93a5d27695 100644 --- a/plugins/ShlExt/shlcom.pas +++ b/plugins/ShlExt/shlcom.pas @@ -2104,7 +2104,6 @@ var dbv: TDBVariant;
bits: pint;
bGroupMode: Boolean;
- tid: Cardinal;
cloned: PHeaderIPC;
szMiranda: PChar;
begin
@@ -2279,12 +2278,6 @@ end; procedure InvokeThreadServer;
var
-{$IFDEF FPC}
- tid: LongWord;
-{$ELSE}
- tid: Cardinal;
-{$ENDIF}
-var
hMainThread: THandle;
begin
hMainThread := 0;
|