diff options
author | Gluzskiy Alexandr <sss123next@list.ru> | 2011-04-01 01:28:48 +0300 |
---|---|---|
committer | Gluzskiy Alexandr <sss123next@list.ru> | 2011-04-01 01:28:48 +0300 |
commit | 089c1fb6bcbdb5ea07419486b78da9c3e120ee9c (patch) | |
tree | 1cf07b44871112d8fb54f848032bd899200b6dd3 /messages.cpp | |
parent | 6890c7c42b314e31902cf174ad2ce1bdb8f62e1c (diff) |
)
Diffstat (limited to 'messages.cpp')
-rw-r--r-- | messages.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/messages.cpp b/messages.cpp index e1b3bdf..226445a 100644 --- a/messages.cpp +++ b/messages.cpp @@ -820,7 +820,6 @@ int SendMsgSvc(WPARAM w, LPARAM l) { mir_free(msg); return CallService(MS_PROTO_CHAINSEND, w, l); -// return returnNoError(ccs->hContact); } boost::thread *thr = new boost::thread(boost::bind(SendMsgSvc_func, ccs->hContact, msg, (DWORD)ccs->wParam)); return returnNoError(ccs->hContact); |