1
0
mirror of https://github.com/salvadordf/CEF4Delphi.git synced 2025-12-13 21:45:55 +02:00

Removed unnecessary include files and conditionals in Lazarus demos

This commit is contained in:
Salvador Díaz Fau
2025-10-06 16:32:46 +02:00
parent 774e1d8c58
commit 8ec7c17025
125 changed files with 116 additions and 158 deletions

View File

@@ -2,7 +2,7 @@
{$MODE Delphi}
{$I ..\..\..\source\cef.inc}
interface
@@ -63,11 +63,7 @@ implementation
{$R *.lfm}
uses
{$IFDEF DELPHI16_UP}
System.Math,
{$ELSE}
Math,
{$ENDIF}
uCEFMiscFunctions, uCEFApplication, uCEFWindowInfoWrapper, uMainForm;
// Destruction steps