IDE: clean up

git-svn-id: trunk@32810 -
This commit is contained in:
mattias 2011-10-10 21:19:41 +00:00
parent 736c57ad21
commit 6cb5b7f6ec
2 changed files with 2 additions and 4 deletions

View File

@ -12163,7 +12163,7 @@ end;
function TMainIDE.DoManageExamples: TModalResult;
begin
ShowManageExamplesDlg;
Result:=ShowManageExamplesDlg;
end;
function TMainIDE.DoBuildLazarusSub(Flags: TBuildLazarusFlags): TModalResult;

View File

@ -42,7 +42,7 @@ type
procedure SetIdleConnected(const AValue: boolean);
procedure OnIdle(Sender: TObject; var Done: Boolean);
public
constructor Create(AnOwner: TComponent);
constructor Create(AnOwner: TComponent); override;
destructor Destroy; override;
property IdleConnected: boolean read fIdleConnected write SetIdleConnected;
end;
@ -93,8 +93,6 @@ type
{ TListFileSearcher }
procedure TListFileSearcher.DoFileFound;
var
ShortName, FilePath: String;
begin
fForm.ProjectsListBox.Items.Add(FileName)
end;