mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-08 06:17:14 +02:00
Converter: Remove the now obsolete OnIdle handler.
git-svn-id: trunk@28248 -
This commit is contained in:
parent
972428939b
commit
ae950504fd
@ -155,8 +155,6 @@ type
|
|||||||
// Units that are found and will be added to project and converted.
|
// Units that are found and will be added to project and converted.
|
||||||
fUnitsToAddToProject: TStringList;
|
fUnitsToAddToProject: TStringList;
|
||||||
fSettings: TConvertSettings;
|
fSettings: TConvertSettings;
|
||||||
fDoneScan: Boolean;
|
|
||||||
procedure OnIdle(Sender: TObject; var Done: Boolean);
|
|
||||||
function ConvertSub: TModalResult;
|
function ConvertSub: TModalResult;
|
||||||
procedure CleanUpCompilerOptionsSearchPaths(Options: TBaseCompilerOptions);
|
procedure CleanUpCompilerOptionsSearchPaths(Options: TBaseCompilerOptions);
|
||||||
procedure SetCompilerModeForDefineTempl(DefTempl: TDefineTemplate);
|
procedure SetCompilerModeForDefineTempl(DefTempl: TDefineTemplate);
|
||||||
@ -956,15 +954,6 @@ begin
|
|||||||
inherited Destroy;
|
inherited Destroy;
|
||||||
end;
|
end;
|
||||||
|
|
||||||
procedure TConvertDelphiPBase.OnIdle(Sender: TObject; var Done: Boolean);
|
|
||||||
begin
|
|
||||||
if not fDoneScan then begin
|
|
||||||
CacheUnitsInPath(TrimFilename(fSettings.MainPath+'../'));
|
|
||||||
fDoneScan:=True;
|
|
||||||
end;
|
|
||||||
Done:=True;
|
|
||||||
end;
|
|
||||||
|
|
||||||
// Creates or updates a lazarus project (.lpi+.lpr) or package.
|
// Creates or updates a lazarus project (.lpi+.lpr) or package.
|
||||||
function TConvertDelphiPBase.Convert: TModalResult;
|
function TConvertDelphiPBase.Convert: TModalResult;
|
||||||
var
|
var
|
||||||
|
Loading…
Reference in New Issue
Block a user