remove obsolete message event array

git-svn-id: trunk@6173 -
This commit is contained in:
micha 2004-10-28 14:17:18 +00:00
parent cfaf6208d5
commit 99a4975f37

View File

@ -249,12 +249,6 @@ type
Next: PLazObject;
End;
{$IFDEF VER1_1_MSG}
TMsgArray = Array Of Integer;
{$ELSE}
TMsgArray = Array[0..1] Of Integer;
{$ENDIF}
var
OnClipBoardRequest: TClipboardRequestEvent;
@ -281,6 +275,9 @@ End.
{ =============================================================================
$Log$
Revision 1.125 2004/10/28 14:17:18 micha
remove obsolete message event array
Revision 1.124 2004/10/28 07:43:29 micha
experiment: use CS_SAVEBITS class style on tabpages to reduce flickering