From 88c6475cf91badbb5bcac1e67d94339566962e47 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Wed, 18 Sep 2019 21:10:43 +0300 Subject: this code is obsolete anyway --- plugins/HistoryPlusPlus/hpp_externalgrid.pas | 5 ----- 1 file changed, 5 deletions(-) (limited to 'plugins/HistoryPlusPlus/hpp_externalgrid.pas') diff --git a/plugins/HistoryPlusPlus/hpp_externalgrid.pas b/plugins/HistoryPlusPlus/hpp_externalgrid.pas index 0c9365961c..2a2e78a474 100644 --- a/plugins/HistoryPlusPlus/hpp_externalgrid.pas +++ b/plugins/HistoryPlusPlus/hpp_externalgrid.pas @@ -29,8 +29,6 @@ uses hpp_global, HistoryGrid, RichEdit, Menus, ShellAPI; type - TExGridMode = (gmNative, gmIEView); - PExtCustomItem = ^TExtCustomItem; TExtCustomItem = record @@ -85,7 +83,6 @@ type pmLink: TPopupMenu; miEventsFilter: TMenuItem; WasKeyPressed: Boolean; - FGridMode: TExGridMode; FUseHistoryRTLMode: Boolean; FExternalRTLMode: TRTLMode; FUseHistoryCodepage: Boolean; @@ -153,7 +150,6 @@ type procedure Clear; property ParentWindow: HWND read FParentWindow; property GridHandle: HWND read GetGridHandle; - property GridMode: TExGridMode read FGridMode write FGridMode; property UseHistoryRTLMode: Boolean read FUseHistoryRTLMode write SetUseHistoryRTLMode; property UseHistoryCodepage: Boolean read FUseHistoryCodepage write SetUseHistoryCodepage; function Perform(Msg: Cardinal; WParam:WPARAM; LParam: LPARAM): LRESULT; @@ -350,7 +346,6 @@ constructor TExternalGrid.Create(AParentWindow: HWND; ControlID: Cardinal = 0); begin FParentWindow := AParentWindow; WasKeyPressed := False; - FGridMode := gmNative; FUseHistoryRTLMode := False; FExternalRTLMode := hppRTLDefault; FUseHistoryCodepage := False; -- cgit v1.2.3