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 }