summaryrefslogtreecommitdiff
path: root/plugins/TabSRMM/src
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/TabSRMM/src')
-rw-r--r--plugins/TabSRMM/src/msglog.cpp3
-rw-r--r--plugins/TabSRMM/src/msgs.h2
2 files changed, 2 insertions, 3 deletions
diff --git a/plugins/TabSRMM/src/msglog.cpp b/plugins/TabSRMM/src/msglog.cpp
index eda978011e..a376fc46fa 100644
--- a/plugins/TabSRMM/src/msglog.cpp
+++ b/plugins/TabSRMM/src/msglog.cpp
@@ -1132,8 +1132,7 @@ static void ReplaceIcons(HWND hwndDlg, TWindowData *dat, LONG startAt, int fAppe
else
smadd.rangeToReplace = NULL;
smadd.disableRedraw = TRUE;
- if (dat->bShowSmileys)
- CallService(MS_SMILEYADD_REPLACESMILEYS, TABSRMM_SMILEYADD_BKGCOLORMODE, (LPARAM)&smadd);
+ CallService(MS_SMILEYADD_REPLACESMILEYS, TABSRMM_SMILEYADD_BKGCOLORMODE, (LPARAM)&smadd);
}
if (dat->hHistoryEvents && dat->curHistory == dat->maxHistory) {
diff --git a/plugins/TabSRMM/src/msgs.h b/plugins/TabSRMM/src/msgs.h
index 0f05fc04e6..324bf50356 100644
--- a/plugins/TabSRMM/src/msgs.h
+++ b/plugins/TabSRMM/src/msgs.h
@@ -275,7 +275,7 @@ struct TWindowData
HBITMAP hOwnPic;
SIZE pic;
BYTE bShowTyping;
- bool bShowAvatar, bShowInfoAvatar, bShowSmileys, bShowUIElements;
+ bool bShowAvatar, bShowInfoAvatar, bShowUIElements;
bool bUseOffset;
bool bIsHistory, bIsMeta, bNotOnList;
HICON hSmileyIcon;