Remove Perform call as this method is private under Haiku.

This commit is contained in:
ocoursiere
2012-10-21 12:24:35 +00:00
parent 292c13ca55
commit 01a3b8bcae

View File

@@ -63,7 +63,9 @@ type
procedure AllDetached;override;
function GetSupportedSuites(data : BMessage) : Status_t;
procedure SetFlags(flags : Cardinal);
{$ifndef HAIKU}
function Perform(d : Perform_code; arg : Pointer) : Status_t;
{$endif}
{ procedure _ReservedTextControl1;
procedure _ReservedTextControl2;
procedure _ReservedTextControl3;
@@ -325,10 +327,12 @@ begin
BTextControl_SetFlags(CPlusObject, flags);
end;
{$ifndef HAIKU}
function BTextControl.Perform(d : Perform_code; arg : Pointer) : Status_t;
begin
Result := BTextControl_Perform(CPlusObject, d, arg);
end;
{$endif}
{procedure BTextControl._ReservedTextControl1;
begin