Cleanup
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2323 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
parent
a8e6f92847
commit
2bf672c856
@ -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);
|
||||
|
@ -185,7 +185,6 @@ type
|
||||
private
|
||||
FDlg: TNewTableForm;
|
||||
FTop: Integer;
|
||||
TFop: Integer;
|
||||
FLeft: Integer;
|
||||
FDomId: String;
|
||||
FDomClass: String;
|
||||
|
@ -73,7 +73,6 @@ implementation
|
||||
const
|
||||
idxLeft = 0;
|
||||
idxRight = 1;
|
||||
idxNone = 2;
|
||||
|
||||
{ TPictureDlgForm }
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user