From 2bf672c856dafea4633fed85917431474d16d82f Mon Sep 17 00:00:00 2001 From: lazarus-bart Date: Wed, 29 Feb 2012 11:09:45 +0000 Subject: [PATCH] Cleanup git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2323 8e941d3f-bd1b-0410-a28a-d453659cc2b4 --- applications/lazedit/htmlcode.pp | 2 +- applications/lazedit/htmldialogs.pp | 1 - applications/lazedit/picturedlgform.pp | 1 - 3 files changed, 1 insertion(+), 3 deletions(-) diff --git a/applications/lazedit/htmlcode.pp b/applications/lazedit/htmlcode.pp index 3492c53f8..ee8e1544c 100644 --- a/applications/lazedit/htmlcode.pp +++ b/applications/lazedit/htmlcode.pp @@ -33,7 +33,7 @@ unit HtmlCode; interface -uses {CopyLeft,} Classes, SysUtils, Graphics, StdCtrls, fpimage{, LCL_Misc}; +uses {CopyLeft,} Classes, SysUtils, Graphics, fpimage{, LCL_Misc}; type THtmlDocType = (DocType_Html_401_Strict, DocType_Html_401_TR, DocType_Html_5, DocType_None); diff --git a/applications/lazedit/htmldialogs.pp b/applications/lazedit/htmldialogs.pp index e38ae9dc0..9b2a6b3eb 100644 --- a/applications/lazedit/htmldialogs.pp +++ b/applications/lazedit/htmldialogs.pp @@ -185,7 +185,6 @@ type private FDlg: TNewTableForm; FTop: Integer; - TFop: Integer; FLeft: Integer; FDomId: String; FDomClass: String; diff --git a/applications/lazedit/picturedlgform.pp b/applications/lazedit/picturedlgform.pp index 7f756a1c1..b0e09ddce 100644 --- a/applications/lazedit/picturedlgform.pp +++ b/applications/lazedit/picturedlgform.pp @@ -73,7 +73,6 @@ implementation const idxLeft = 0; idxRight = 1; - idxNone = 2; { TPictureDlgForm }