mirror of
https://github.com/salvadordf/CEF4Delphi.git
synced 2025-01-03 10:15:38 +02:00
deleted unused variables
This commit is contained in:
parent
330fd18397
commit
45b4965cb8
@ -115,9 +115,7 @@ end;
|
||||
|
||||
function THelloScheme.ProcessRequest(const request : ICefRequest; const callback : ICefCallback): Boolean;
|
||||
var
|
||||
TempContents, TempFilename, TempExt : string;
|
||||
TempUTF8String : AnsiString;
|
||||
TempPointer : pointer;
|
||||
TempFilename, TempExt : string;
|
||||
TempParts : TUrlParts;
|
||||
TempFile : TFileStream;
|
||||
begin
|
||||
|
Loading…
Reference in New Issue
Block a user