LCL: remove unused NodeAttachModeNames

git-svn-id: trunk@33236 -
This commit is contained in:
juha 2011-11-02 23:16:05 +00:00
parent ef93f8effc
commit ed92cee3f1

View File

@ -2342,9 +2342,6 @@ type
ETreeViewError = class(ETreeNodeError);
const
NodeAttachModeNames: array[TNodeAttachMode] of string =
('naAdd', 'naAddFirst', 'naAddChild', 'naAddChildFirst',
'naInsert', 'naInsertBehind');
AddModeNames: array[TAddMode] of string =
('taAddFirst', 'taAdd', 'taInsert');
LCLStreamID = -7;