diff options
author | George Hazan <ghazan@miranda.im> | 2017-06-28 13:43:27 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2017-06-28 13:43:27 +0300 |
commit | 94d8bccac15ff07bcbc2453a0220983495891f52 (patch) | |
tree | beb24c90a5eebb823fd56d76424cf3df67c8325a /plugins/HistoryPlusPlus/hpp_externalgrid.pas | |
parent | 67a4d8a0e0725cf7c87e26f153f69107c62a9df1 (diff) |
fixes #786 (Importing mContacts history causes a crash and damages the user profile)
Diffstat (limited to 'plugins/HistoryPlusPlus/hpp_externalgrid.pas')
-rw-r--r-- | plugins/HistoryPlusPlus/hpp_externalgrid.pas | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/plugins/HistoryPlusPlus/hpp_externalgrid.pas b/plugins/HistoryPlusPlus/hpp_externalgrid.pas index 32c08d37e3..c97891746d 100644 --- a/plugins/HistoryPlusPlus/hpp_externalgrid.pas +++ b/plugins/HistoryPlusPlus/hpp_externalgrid.pas @@ -33,11 +33,6 @@ type PExtCustomItem = ^TExtCustomItem;
- TOldDBEventInfo = record
- cbSize : dword;
- d : TDBEventInfo;
- end;
-
TExtCustomItem = record
Nick: String;
Text: String;
|