mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-19 11:00:24 +02:00
remove obsolete message handlers
git-svn-id: trunk@5848 -
This commit is contained in:
parent
bb66c88f50
commit
9587978293
@ -3277,12 +3277,6 @@ begin
|
|||||||
*)
|
*)
|
||||||
end;
|
end;
|
||||||
|
|
||||||
//TBitBtn
|
|
||||||
LM_IMAGECHANGED:
|
|
||||||
DebugLn('[WARNING] Obsolete messagecall to LM_IMAGECHANGED for ', Sender.ClassName);
|
|
||||||
LM_LAYOUTCHANGED:
|
|
||||||
DebugLn('[WARNING] Obsolete messagecall to LM_LAYOUTCHANGED for ', Sender.ClassName);
|
|
||||||
|
|
||||||
LM_POPUPSHOW :
|
LM_POPUPSHOW :
|
||||||
Begin
|
Begin
|
||||||
ReleaseMouseCapture;
|
ReleaseMouseCapture;
|
||||||
@ -9268,6 +9262,9 @@ end;
|
|||||||
{ =============================================================================
|
{ =============================================================================
|
||||||
|
|
||||||
$Log$
|
$Log$
|
||||||
|
Revision 1.532 2004/08/25 16:11:06 micha
|
||||||
|
remove obsolete message handlers
|
||||||
|
|
||||||
Revision 1.531 2004/08/23 15:05:09 mattias
|
Revision 1.531 2004/08/23 15:05:09 mattias
|
||||||
implemented help jump to FPDoc html unit
|
implemented help jump to FPDoc html unit
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user