mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-08 15:17:22 +02:00
IDEIntf: clean up
git-svn-id: trunk@42952 -
This commit is contained in:
parent
ddfef1337a
commit
005037e85b
@ -11,7 +11,7 @@ unit PropEditUtils;
|
||||
interface
|
||||
|
||||
uses
|
||||
Classes, LCLProc, SysUtils, TypInfo;
|
||||
Classes, SysUtils, TypInfo, LazLogger;
|
||||
|
||||
type
|
||||
{
|
||||
@ -78,9 +78,6 @@ function GetLookupRootForComponent(APersistent: TPersistent): TPersistent;
|
||||
|
||||
implementation
|
||||
|
||||
uses
|
||||
Forms;
|
||||
|
||||
type
|
||||
TPersistentAccess = class(TPersistent);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user