summaryrefslogtreecommitdiff
path: root/plugins/HistoryPlusPlus/hpp_externalgrid.pas
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2019-09-18 21:10:43 +0300
committerGeorge Hazan <ghazan@miranda.im>2019-09-18 21:10:43 +0300
commit88c6475cf91badbb5bcac1e67d94339566962e47 (patch)
treeb804cbcb42352e39b78e43580582ae3463553fa8 /plugins/HistoryPlusPlus/hpp_externalgrid.pas
parentb4d51bb6ad3872b22d3ea52949d4cc5842c26da3 (diff)
this code is obsolete anyway
Diffstat (limited to 'plugins/HistoryPlusPlus/hpp_externalgrid.pas')
-rw-r--r--plugins/HistoryPlusPlus/hpp_externalgrid.pas5
1 files changed, 0 insertions, 5 deletions
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;