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; SenderOrigin:TPoint;
SenderParentForm:TCustomForm; SenderParentForm:TCustomForm;
MouseX, MouseY :integer; MouseX, MouseY :integer;
s: string;
Begin Begin
if MouseDownComponent=nil then exit; if MouseDownComponent=nil then exit;

View File

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