You've already forked CEF4Delphi
mirror of
https://github.com/salvadordf/CEF4Delphi.git
synced 2025-08-04 21:32:54 +02:00
deleted unused variables
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user