mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-12 20:01:45 +02:00
removed unneeded SendDockNotification
git-svn-id: trunk@5355 -
This commit is contained in:
parent
1ad1a10321
commit
3ad2b1a32d
@ -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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user