summaryrefslogtreecommitdiff
path: root/src/frm_main.pas
diff options
context:
space:
mode:
authorGraeme Geldenhuys <graemeg@gmail.com>2009-10-12 00:40:19 +0200
committerGraeme Geldenhuys <graemeg@gmail.com>2009-10-12 00:40:19 +0200
commit0bbdaf1dc42ad272a646bf9e880c10c1d8e071c0 (patch)
tree4c0a836374ad54b3302031902846c181ed4fb4f3 /src/frm_main.pas
parent51d801790a1075a5ea5aa79dc988f9ad274d7502 (diff)
downloadfpGUI-0bbdaf1dc42ad272a646bf9e880c10c1d8e071c0.tar.xz
Remove old references to TfpgMemo which was used for displaying topics.
Signed-off-by: Graeme Geldenhuys <graemeg@gmail.com>
Diffstat (limited to 'src/frm_main.pas')
-rw-r--r--src/frm_main.pas11
1 files changed, 0 insertions, 11 deletions
diff --git a/src/frm_main.pas b/src/frm_main.pas
index 4b764c0f..c67d1121 100644
--- a/src/frm_main.pas
+++ b/src/frm_main.pas
@@ -693,7 +693,6 @@ Begin
end;
Memo1.Clear;
-// Memo1.Lines.Clear;
ImageIndices := TList.Create;
ProfileEvent('Cleared memo...');
@@ -716,7 +715,6 @@ Begin
ImageIndices.Free;
Memo1.AddText(PChar(lText));
-// Memo1.Lines.Text := lText;
end;
procedure TMainForm.ResetProgress;
@@ -864,15 +862,6 @@ begin
Align := alLeft;
end;
- //Memo1 := TfpgMemo.Create(bvlBody);
- //with Memo1 do
- //begin
- // Name := 'Memo1';
- // SetPosition(276, 36, 244, 232);
- // FontDesc := '#Edit1';
- // TabOrder := 2;
- // Align := alClient;
- //end;
Memo1 := TRichTextView.Create(bvlBody);
with Memo1 do
begin