* Remove unused types / variables

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@4660 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
blikblum
2016-05-22 21:50:31 +00:00
parent 6644d68d21
commit 18f350ab08

View File

@ -4041,7 +4041,6 @@ uses
resourcestring
// Localizable strings.
SEditLinkIsNil = 'Edit link must not be nil.';
SWrongMoveError = 'Target node cannot be a child node of the node to be moved.';
SWrongStreamFormat = 'Unable to load tree structure, the format is wrong.';
SWrongStreamVersion = 'Unable to load tree structure, the version is unknown.';
@ -33780,14 +33779,6 @@ function TCustomVirtualStringTree.ContentToHTML(Source: TVSTTextSourceType; cons
// If Caption is not empty then it is used to create and fill the header for the table built here.
// Based on ideas and code from Frank van den Bergh and Andreas H??emeier.
type
UCS2 = Word;
UCS4 = Cardinal;
const
MaximumUCS4: UCS4 = $7FFFFFFF;
ReplacementCharacter: UCS4 = $0000FFFD;
var
Buffer: TBufferedUTF8String;