diff options
author | George Hazan <george.hazan@gmail.com> | 2024-11-27 16:02:18 +0300 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2024-11-27 16:02:18 +0300 |
commit | b5d6fe4af8ef6404fdb7203610f8792f298a7665 (patch) | |
tree | 24e37f6a287ccef4625013e4ee18c2d9eea1e845 /plugins/HistoryPlusPlus/HistoryGrid.pas | |
parent | 4a1dd58e4735bf9745c56a7da2d29efcfbdbd612 (diff) |
more old shit to discard
Diffstat (limited to 'plugins/HistoryPlusPlus/HistoryGrid.pas')
-rw-r--r-- | plugins/HistoryPlusPlus/HistoryGrid.pas | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/plugins/HistoryPlusPlus/HistoryGrid.pas b/plugins/HistoryPlusPlus/HistoryGrid.pas index ab0ad610d7..a6bfdbb1ca 100644 --- a/plugins/HistoryPlusPlus/HistoryGrid.pas +++ b/plugins/HistoryPlusPlus/HistoryGrid.pas @@ -3364,9 +3364,6 @@ begin if iObject.QueryInterface(IID_ITooltipData, iTooltipCtrl) = S_OK then
OleCheck(iTooltipCtrl.GetTooltip(ObjectHint))
- else if Supports(iObject, IID_IGifSmileyCtrl) then ObjectHint := TranslateW('Running version of AniSmiley is not supported')
- else if Supports(iObject, IID_ISmileyAddSmiley) then ObjectHint := TranslateW('Running version of SmileyAdd is not supported')
- else if Supports(iObject, IID_IEmoticonsImage) then ObjectHint := TranslateW('Running version of Emoticons is not supported')
else
break;
if ObjectHint = '' then
@@ -4044,21 +4041,6 @@ begin if not IsRectEmpty(smRect) then
InvalidateRect(Handle, @smRect, False);
end
- else if (nmh.bEvent = FVCN_GETINFO) and (nmh.bAction = FVCA_NONE) then
- begin
- RichItem := FRichCache.GetItemByHandle(Message.nmhdr^.hwndFrom);
- if not Assigned(RichItem) then
- exit;
- if (RichItem.GridItem = -1) or (RichItem.GridItem = FItemInline) then
- exit;
- if not RichItem.BitmapDrawn then
- exit;
- // if (State = gsIdle) or (State = gsInline) then
- nmh.bAction := FVCA_INFO;
- nmh.rcRect := GetRichEditRect(RichItem.GridItem, True);
- nmh.clrBackground := RichItem.Bitmap.TransparentColor;
- nmh.fTransparent := False;
- end;
end
else
{$ENDIF}
|