summaryrefslogtreecommitdiff
path: root/plugins/TabSRMM/src/msglog.cpp
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2016-12-07 00:37:03 +0300
committerGeorge Hazan <ghazan@miranda.im>2016-12-07 00:37:03 +0300
commitfb2614dce27af59cc5385934eb1d893c47ee0cdd (patch)
treed477d5a9e3206a01701f27bf55235d96a23d319a /plugins/TabSRMM/src/msglog.cpp
parent7da54b50a53f69584778d93ebd817cbb1c990846 (diff)
unused option removed
Diffstat (limited to 'plugins/TabSRMM/src/msglog.cpp')
-rw-r--r--plugins/TabSRMM/src/msglog.cpp3
1 files changed, 1 insertions, 2 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) {