mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-19 00:39:26 +02:00
IDE: clean up
git-svn-id: trunk@54935 -
This commit is contained in:
parent
1846ed5d68
commit
da91c572bd
@ -6251,7 +6251,9 @@ var
|
|||||||
ARestoreVisible: Boolean;
|
ARestoreVisible: Boolean;
|
||||||
AncestorClass: TComponentClass;
|
AncestorClass: TComponentClass;
|
||||||
DsgControl: TCustomDesignControl;
|
DsgControl: TCustomDesignControl;
|
||||||
|
{$IFDEF DataModulePPI}
|
||||||
DsgDataModule: TDataModule;
|
DsgDataModule: TDataModule;
|
||||||
|
{$ENDIF}
|
||||||
begin
|
begin
|
||||||
{$IFDEF IDE_DEBUG}
|
{$IFDEF IDE_DEBUG}
|
||||||
debugln('TLazSourceFileManager.LoadLFM A ',AnUnitInfo.Filename,' IsPartOfProject=',dbgs(AnUnitInfo.IsPartOfProject),' ');
|
debugln('TLazSourceFileManager.LoadLFM A ',AnUnitInfo.Filename,' IsPartOfProject=',dbgs(AnUnitInfo.IsPartOfProject),' ');
|
||||||
|
Loading…
Reference in New Issue
Block a user