mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-21 23:19:29 +02:00
LCL: remove unused NodeAttachModeNames
git-svn-id: trunk@33236 -
This commit is contained in:
parent
ef93f8effc
commit
ed92cee3f1
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user