diff options
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;
|