diff options
author | George Hazan <george.hazan@gmail.com> | 2014-03-22 09:46:17 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2014-03-22 09:46:17 +0000 |
commit | d5fbcc024448bfaa582fa97d37559275f5493597 (patch) | |
tree | 2f984d00c641495150a1bb273e8ce28b57401b10 /plugins/HistoryPlusPlus/GlobalSearch.pas | |
parent | 2b72ef9487d1487cb4096b359c3dec675ae2703e (diff) |
- bookmarks have different format in 32 & 64 bits;
- fix for reading bookmarks for subcontacts;
- code cleaning
git-svn-id: http://svn.miranda-ng.org/main/trunk@8679 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/HistoryPlusPlus/GlobalSearch.pas')
-rw-r--r-- | plugins/HistoryPlusPlus/GlobalSearch.pas | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/plugins/HistoryPlusPlus/GlobalSearch.pas b/plugins/HistoryPlusPlus/GlobalSearch.pas index aa8db4368d..08d783d6df 100644 --- a/plugins/HistoryPlusPlus/GlobalSearch.pas +++ b/plugins/HistoryPlusPlus/GlobalSearch.pas @@ -971,7 +971,6 @@ end; procedure TfmGlobalSearch.bnSearchClick(Sender: TObject);
var
SearchProtected: Boolean;
- PassMode: Byte;
begin
if IsSearching then
begin
@@ -1705,8 +1704,6 @@ begin end;
procedure TfmGlobalSearch.FormShow(Sender: TObject);
-var
- PassMode: Byte;
begin
paFilter.Visible := False;
ToggleAdvancedPanel(False);
|