You've already forked CEF4Delphi
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user