1
0
mirror of https://github.com/salvadordf/CEF4Delphi.git synced 2025-06-22 22:17:48 +02:00

Removed old conditionals from GlobalCEFApp

This commit is contained in:
Salvador Díaz Fau
2025-04-26 15:12:17 +02:00
parent 3904180367
commit 207e84f383
2 changed files with 1 additions and 3 deletions

View File

@ -1940,9 +1940,7 @@ begin
FCookieableSchemesExcludeDefaults := False;
FChromePolicyId := '';
FChromeAppIconId := 0;
{$IF DEFINED(OS_POSIX) AND NOT(DEFINED(ANDROID))}
FDisableSignalHandlers := False;
{$IFEND}
// Fields used to set command line switches
FSingleProcess := False;