diff options
Diffstat (limited to 'plugins/HistoryPlusPlus/HistoryGrid.pas')
-rw-r--r-- | plugins/HistoryPlusPlus/HistoryGrid.pas | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/plugins/HistoryPlusPlus/HistoryGrid.pas b/plugins/HistoryPlusPlus/HistoryGrid.pas index 6954426099..0076e33b1c 100644 --- a/plugins/HistoryPlusPlus/HistoryGrid.pas +++ b/plugins/HistoryPlusPlus/HistoryGrid.pas @@ -3343,8 +3343,6 @@ begin P := Point(X - RichEditRect.Left, Y - RichEditRect.Top);
ApplyItemToRich(Item);
- if FRich.Version < 30 then
- exit; // TOM is supported from RE 3.0
if not Assigned(FRich.RichEditOle) then
exit;
|