git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2323 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
lazarus-bart 2012-02-29 11:09:45 +00:00
parent a8e6f92847
commit 2bf672c856
3 changed files with 1 additions and 3 deletions

View File

@ -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);

View File

@ -185,7 +185,6 @@ type
private
FDlg: TNewTableForm;
FTop: Integer;
TFop: Integer;
FLeft: Integer;
FDomId: String;
FDomClass: String;

View File

@ -73,7 +73,6 @@ implementation
const
idxLeft = 0;
idxRight = 1;
idxNone = 2;
{ TPictureDlgForm }