summaryrefslogtreecommitdiff
path: root/plugins
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
parent7da54b50a53f69584778d93ebd817cbb1c990846 (diff)
unused option removed
Diffstat (limited to 'plugins')
-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;