summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2017-07-19 14:12:35 +0300
committerGeorge Hazan <ghazan@miranda.im>2017-07-19 14:12:35 +0300
commit173362803cfadaac22a2719b94260c157df04bd1 (patch)
treec46660a6e9ec1b15beadae83a8d23510dd890eb4
parent78aaf58d70cd34d6c65bd436043a762cb5c04cd1 (diff)
unreferenced variable removed
-rw-r--r--src/core/stdmsg/src/msgdialog.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/core/stdmsg/src/msgdialog.cpp b/src/core/stdmsg/src/msgdialog.cpp
index 496ee0664b..758842535e 100644
--- a/src/core/stdmsg/src/msgdialog.cpp
+++ b/src/core/stdmsg/src/msgdialog.cpp
@@ -33,8 +33,6 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
#define ENTERCLICKTIME 1000 //max time in ms during which a double-tap on enter will cause a send
-static const UINT sendControls[] = { IDC_SRMM_MESSAGE };
-
int SendMessageDirect(const wchar_t *szMsg, MCONTACT hContact)
{
if (hContact == 0)