mirror of https://gitlab.com/basile.b/dexed.git
removed dead code
This commit is contained in:
parent
20576801da
commit
4c23566a61
|
@ -279,7 +279,6 @@ type
|
|||
procedure saveProjAs(const aFilename: string);
|
||||
procedure openProj(const aFilename: string);
|
||||
procedure closeProj;
|
||||
procedure addSource(const aFilename: string);
|
||||
procedure showProjTitle;
|
||||
|
||||
// mru
|
||||
|
@ -2048,13 +2047,6 @@ begin
|
|||
closeProj;
|
||||
end;
|
||||
|
||||
procedure TCEMainForm.addSource(const aFilename: string);
|
||||
begin
|
||||
//TODO-cDUB: add addSource() method to ICECommonProject
|
||||
if fNativeProject.Sources.IndexOf(aFilename) >= 0 then exit;
|
||||
fNativeProject.addSource(aFilename);
|
||||
end;
|
||||
|
||||
procedure TCEMainForm.actProjSaveAsExecute(Sender: TObject);
|
||||
begin
|
||||
with TSaveDialog.Create(nil) do
|
||||
|
|
Loading…
Reference in New Issue