diff options
author | George Hazan <george.hazan@gmail.com> | 2015-06-25 09:23:02 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2015-06-25 09:23:02 +0000 |
commit | 4a06760bfa858838bd71219c9e2541ab71b34126 (patch) | |
tree | aa2aff0ce6defc0c490147fb10cd71e22e6e18b0 /plugins/HistoryPlusPlus/EmptyHistoryForm.pas | |
parent | 4dc206f3eb128a96228e5ec3cce594f147bf7b7a (diff) |
less warnings
git-svn-id: http://svn.miranda-ng.org/main/trunk@14372 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/HistoryPlusPlus/EmptyHistoryForm.pas')
-rw-r--r-- | plugins/HistoryPlusPlus/EmptyHistoryForm.pas | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/plugins/HistoryPlusPlus/EmptyHistoryForm.pas b/plugins/HistoryPlusPlus/EmptyHistoryForm.pas index 011ca93876..dc416180bb 100644 --- a/plugins/HistoryPlusPlus/EmptyHistoryForm.pas +++ b/plugins/HistoryPlusPlus/EmptyHistoryForm.pas @@ -130,7 +130,7 @@ var HorzSpacing, VertSpacing,
ButtonWidth, ButtonHeight, ButtonSpacing, ButtonGroupWidth,
IconTextWidth, IconTextHeight: Integer;
- TextRect,ContRect: TRect;
+ TextRect: TRect;
begin
DialogUnits := GetAveCharSize(Canvas);
HorzSpacing := MulDiv(mcSpacing, DialogUnits.X, 8);
@@ -189,10 +189,6 @@ begin end;
procedure TEmptyHistoryFrm.SetContact(const Value: TMCONTACT);
-var
- hContact: TMCONTACT;
- Proto: AnsiString;
- i,num: Integer;
begin
FContact := Value;
Image.Picture.Icon.Handle := LoadIcon(0, IDI_QUESTION);
|