diff options
Diffstat (limited to 'plugins/HistoryPlusPlus/hpp_externalgrid.pas')
-rw-r--r-- | plugins/HistoryPlusPlus/hpp_externalgrid.pas | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/plugins/HistoryPlusPlus/hpp_externalgrid.pas b/plugins/HistoryPlusPlus/hpp_externalgrid.pas index 364e3b0331..ce87e08aef 100644 --- a/plugins/HistoryPlusPlus/hpp_externalgrid.pas +++ b/plugins/HistoryPlusPlus/hpp_externalgrid.pas @@ -458,7 +458,6 @@ begin TranslateMenu(pmLink.Items);
CreateEventsFilterMenu;
- // SetEventFilter(GetDBInt(hppDBName,'RecentLogFilter',GetShowAllEventsIndex));
SetEventFilter(GetShowAllEventsIndex);
end;
@@ -693,11 +692,6 @@ begin end;
end;
-// procedure TExternalGrid.HMIcons2Changed(var M: TMessage);
-// begin
-// Grid.Repaint;
-// end;
-
procedure TExternalGrid.GridSelectRequest(Sender: TObject);
begin
if (Grid.Selected <> -1) and Grid.IsVisible(Grid.Selected) then
@@ -1214,7 +1208,6 @@ end; procedure TExternalGrid.GridMCData(Sender: TObject; Index: Integer; var Item: TMCItem; Stage: TSaveStage);
var
DBEventInfo: TOldDBEventInfo;
- dbei : TDBEventInfo;
hDBEvent: THandle;
DataOffset: PAnsiChar;
TextUTF: Utf8String;
|