You've already forked lazarus-ccr
Cleanup
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2318 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
@ -7,11 +7,7 @@ uses
|
||||
cthreads,
|
||||
{$ENDIF}{$ENDIF}
|
||||
Interfaces, // this includes the LCL widgetset
|
||||
Forms, main,
|
||||
lazedit_translations,
|
||||
EditorPageControl,
|
||||
HtmlCode,
|
||||
lazedit_constants, lazedit_about;
|
||||
Forms, main,lazedit_about;
|
||||
|
||||
{$R *.res}
|
||||
|
||||
@ -19,21 +15,6 @@ begin
|
||||
RequireDerivedFormResource := True;
|
||||
Application.Initialize;
|
||||
Application.CreateForm(TLazEditMainForm, LazEditMainForm);
|
||||
(*
|
||||
{$ifndef Darwin}
|
||||
// Parse the command line options
|
||||
|
||||
// if there are no files to open, then
|
||||
if ParamCount = 0 then
|
||||
begin
|
||||
LazEditMainForm.NoteBook.IsCreating := True;
|
||||
LazEditMainForm.DoFileNewByType(eftNone);
|
||||
LazEditMainForm.NoteBook.IsCreating := False;
|
||||
end
|
||||
else
|
||||
LazEditMainForm.TryFileOpen(ParamStr(1), False);
|
||||
{$endif}
|
||||
*)
|
||||
Application.CreateForm(TformAbout, formAbout);
|
||||
Application.Run;
|
||||
end.
|
||||
|
@ -1520,7 +1520,6 @@ procedure TLazEditMainForm.ConstructOpenDialogFileFilters;
|
||||
end;
|
||||
var
|
||||
Filter, SubFilter, WildFilter, AllSupportedExt: String;
|
||||
Index: Integer;
|
||||
FileType: TEditorFileType;
|
||||
begin
|
||||
//First filter for OpenSave
|
||||
|
Reference in New Issue
Block a user