From cb19d71afbf4de59b92cffb6cc97ba4886518293 Mon Sep 17 00:00:00 2001 From: skalogryz Date: Tue, 25 Nov 2014 04:44:12 +0000 Subject: [PATCH] richmemo: remove windows dependancy git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@3777 8e941d3f-bd1b-0410-a28a-d453659cc2b4 --- components/richmemo/samples/search/mainform.pas | 2 -- 1 file changed, 2 deletions(-) diff --git a/components/richmemo/samples/search/mainform.pas b/components/richmemo/samples/search/mainform.pas index 2cd009c40..b2c43ded9 100644 --- a/components/richmemo/samples/search/mainform.pas +++ b/components/richmemo/samples/search/mainform.pas @@ -5,7 +5,6 @@ unit mainform; interface uses - Windows, RichEdit, Classes, SysUtils, FileUtil, Forms, Controls, Graphics, Dialogs, StdCtrls, RichMemo, RichMemoUtils, LazUTF8; @@ -50,7 +49,6 @@ end; procedure TForm1.Button2Click(Sender: TObject); var s : Integer; - fw: TFINDTEXT; w: AnsiString; l : Integer; st: Integer;