MG: removed unused vars

git-svn-id: trunk@379 -
This commit is contained in:
lazarus 2001-10-31 21:54:34 +00:00
parent bb9b3d32fe
commit 90519840bf
2 changed files with 0 additions and 3 deletions

View File

@ -498,7 +498,6 @@ var
SenderOrigin:TPoint;
SenderParentForm:TCustomForm;
MouseX, MouseY :integer;
s: string;
Begin
if MouseDownComponent=nil then exit;

View File

@ -105,8 +105,6 @@ end;
{ TMessagesView.GetMessage }
{------------------------------------------------------------------------------}
Function TMessagesView.GetMessage : String;
var
I : Integer;
Begin
Result := '';
if (MessageView.Items.Count > 0) and (MessageView.SelCount > 0) then