Skip to content

Commit 5a125ef

Browse files
committed
A: CEF 130 > ChromiumCore API
1 parent b4879a1 commit 5a125ef

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/CEF_LCL_Chromium_Proc.inc

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1385,8 +1385,6 @@ begin
13851385
end;
13861386

13871387
procedure CEFChromium_SetContentSetting(const AObj: TChromium; const requesting_url, top_level_url: PChar; content_type: TCefContentSettingTypes; value: TCefContentSettingValues); extdecl;
1388-
var
1389-
aSettings : TCefBrowserSettings;
13901388
begin
13911389
handleExceptionBegin
13921390
AObj.SetContentSetting(PCharToUStr(requesting_url), PCharToUStr(top_level_url), content_type, value);

0 commit comments

Comments
 (0)