From 944e61a799534b3ba43953c993baa7d01d9b6eaf Mon Sep 17 00:00:00 2001 From: skalogryz Date: Sat, 13 Jun 2009 12:02:13 +0000 Subject: [PATCH] removed richmemotypes.pas git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@841 8e941d3f-bd1b-0410-a28a-d453659cc2b4 --- components/richmemo/richmemotypes.pas | 13 ------------- .../richmemo/samples/testsimple/project1.lpi | 16 +++++++++++----- components/richmemo/samples/testsimple/unit1.pas | 2 +- 3 files changed, 12 insertions(+), 19 deletions(-) delete mode 100644 components/richmemo/richmemotypes.pas diff --git a/components/richmemo/richmemotypes.pas b/components/richmemo/richmemotypes.pas deleted file mode 100644 index ef7faca41..000000000 --- a/components/richmemo/richmemotypes.pas +++ /dev/null @@ -1,13 +0,0 @@ -unit RichMemoTypes; //todo: remove - -{$mode objfpc}{$H+} - -interface - -uses - Graphics; - -implementation - -end. - diff --git a/components/richmemo/samples/testsimple/project1.lpi b/components/richmemo/samples/testsimple/project1.lpi index 3b901f5f3..e7363c342 100644 --- a/components/richmemo/samples/testsimple/project1.lpi +++ b/components/richmemo/samples/testsimple/project1.lpi @@ -32,7 +32,7 @@ - + @@ -49,8 +49,8 @@ - - + + @@ -260,9 +260,8 @@ - + - @@ -316,6 +315,13 @@ + + + + + + + diff --git a/components/richmemo/samples/testsimple/unit1.pas b/components/richmemo/samples/testsimple/unit1.pas index 84114c461..820ccb3a1 100644 --- a/components/richmemo/samples/testsimple/unit1.pas +++ b/components/richmemo/samples/testsimple/unit1.pas @@ -7,7 +7,7 @@ interface uses Classes, SysUtils, FileUtil, LResources, Forms, Controls, Graphics, Dialogs, StdCtrls, ExtCtrls, ComCtrls, - RichMemoTypes, RichMemo; + RichMemo; type