summaryrefslogtreecommitdiff
path: root/protocols/Sametime
diff options
context:
space:
mode:
Diffstat (limited to 'protocols/Sametime')
-rw-r--r--protocols/Sametime/src/sametime_session.cpp10
1 files changed, 0 insertions, 10 deletions
diff --git a/protocols/Sametime/src/sametime_session.cpp b/protocols/Sametime/src/sametime_session.cpp
index 686f5e889d..287d2794d8 100644
--- a/protocols/Sametime/src/sametime_session.cpp
+++ b/protocols/Sametime/src/sametime_session.cpp
@@ -331,16 +331,6 @@ void CSametimeProto::SetSessionAwayMessage(int status, const wchar_t* msgT)
SetSessionStatus(status); // update current away message
}
-static VOID CALLBACK NullAPC(DWORD_PTR)
-{
- // This function intentionally left blank
-}
-
-void WakeThread(HANDLE hThread)
-{
- QueueUserAPC(NullAPC, hThread, 0);
-}
-
void __cdecl CSametimeProto::KeepAliveThread(void*)
{
int i = 120;