mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-07 22:00:18 +02:00
jcf: cleanup
git-svn-id: trunk@36238 -
This commit is contained in:
parent
c6d8b4ee5f
commit
52f8a44512
@ -164,7 +164,6 @@ end;
|
||||
|
||||
procedure TEditorConverter.WriteToIDE(const pcUnit: TSourceEditorInterface; const psText: string);
|
||||
var
|
||||
lsOriginalSource: string;
|
||||
lcSourceLines, lcDestLines: TStrings;
|
||||
lcSameStart, lcSameEnd: TStrings;
|
||||
lsSourceLine, lsDestLine: string;
|
||||
@ -174,9 +173,8 @@ begin
|
||||
if pcUnit = nil then
|
||||
exit;
|
||||
|
||||
lsOriginalSource := fcConverter.InputCode;
|
||||
lcSourceLines := TStringList.Create;
|
||||
lcSourceLines.Text := lsOriginalSource;
|
||||
lcSourceLines.Text := fcConverter.InputCode;
|
||||
lcDestLines := TStringList.Create;
|
||||
lcDestLines.Text := psText;
|
||||
lcSameStart := TStringList.Create;
|
||||
|
Loading…
Reference in New Issue
Block a user