lcl: remove TTabStyle from the extctrls unit (issue #0014570)

git-svn-id: trunk@21676 -
This commit is contained in:
paul 2009-09-13 07:30:46 +00:00
parent db0bcc71ec
commit 1a4af6d743

View File

@ -127,8 +127,6 @@ type
TTabPosition = (tpTop, tpBottom, tpLeft, tpRight);
TTabStyle = (tsTabs, tsButtons, tsFlatButtons);
TTabGetImageEvent = procedure(Sender: TObject; TabIndex: Integer;
var ImageIndex: Integer) of object;