removed unneeded SendDockNotification

git-svn-id: trunk@5355 -
This commit is contained in:
mattias 2004-04-01 18:09:50 +00:00
parent 1ad1a10321
commit 3ad2b1a32d

View File

@ -1380,14 +1380,6 @@ begin
Dispatch(TheMessage); Dispatch(TheMessage);
end; end;
{------------------------------------------------------------------------------
TControl SendDockNotification
------------------------------------------------------------------------------}
Procedure SendDockNotification(Msg: Cardinal; WParam, LParam : Integer);
Begin
//TODO: SendDockNotification
end;
{------------------------------------------------------------------------------ {------------------------------------------------------------------------------
TControl Invalidate TControl Invalidate
------------------------------------------------------------------------------} ------------------------------------------------------------------------------}
@ -2884,6 +2876,9 @@ end;
{ ============================================================================= { =============================================================================
$Log$ $Log$
Revision 1.179 2004/04/01 18:09:50 mattias
removed unneeded SendDockNotification
Revision 1.178 2004/03/24 01:21:41 marc Revision 1.178 2004/03/24 01:21:41 marc
* Simplified signals for gtkwsbutton * Simplified signals for gtkwsbutton