Propedits: remove a test version of TCoolBarControlPropertyEditor.CheckNewValue

git-svn-id: trunk@42832 -
This commit is contained in:
juha 2013-09-16 05:06:27 +00:00
parent 6add6ca3ca
commit dbf7469826

View File

@ -636,8 +636,6 @@ type
{ TCoolBarControlPropertyEditor }
TCoolBarControlPropertyEditor = class(TComponentPropertyEditor)
protected
function CheckNewValue(APersistent: TPersistent): boolean; override;
public
constructor Create(Hook: TPropertyEditorHook; APropCount: Integer); override;
end;
@ -4382,12 +4380,6 @@ begin
fIgnoreClass := TCustomCoolBar;
end;
function TCoolBarControlPropertyEditor.CheckNewValue(APersistent: TPersistent): boolean;
begin
Result:=false;
raise Exception.Create('TCoolBarControlPropertyEditor.CheckNewValue is called after all!');
end;
{ TComponentAllPropertyEditor }
function TComponentAllPropertyEditor.GetComponentReference: TComponent;