mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-19 22:49:30 +02:00
Converter: cleanup
git-svn-id: trunk@29386 -
This commit is contained in:
parent
4f3c1f45bb
commit
2a4bd6006c
@ -44,7 +44,8 @@ uses
|
||||
CustomFormEditor, LazarusIDEStrConsts, IDEProcs, OutputFilter,
|
||||
EditorOptions, CheckLFMDlg, IDEMsgIntf,
|
||||
// Converter
|
||||
ConverterTypes, ConvertSettings, ReplaceNamesUnit, ConvCodeTool, UsedUnits;
|
||||
ConverterTypes, ConvertSettings, ReplaceNamesUnit,
|
||||
ConvCodeTool, FormFileConv, UsedUnits;
|
||||
|
||||
type
|
||||
|
||||
@ -135,8 +136,6 @@ implementation
|
||||
|
||||
{$R *.lfm}
|
||||
|
||||
uses FormFileConv;
|
||||
|
||||
function ConvertDfmToLfm(const DfmFilename: string): TModalResult;
|
||||
var
|
||||
DFMConverter: TDFMConverter;
|
||||
|
Loading…
Reference in New Issue
Block a user