summaryrefslogtreecommitdiff
path: root/plugins/Scriver/sendqueue.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/Scriver/sendqueue.cpp')
-rw-r--r--plugins/Scriver/sendqueue.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/plugins/Scriver/sendqueue.cpp b/plugins/Scriver/sendqueue.cpp
index 33517507dc..1a85d67d4f 100644
--- a/plugins/Scriver/sendqueue.cpp
+++ b/plugins/Scriver/sendqueue.cpp
@@ -22,8 +22,6 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
#include "commonheaders.h"
-extern HINSTANCE g_hInst;
-
static MessageSendQueueItem *global_sendQueue = NULL;
static CRITICAL_SECTION queueMutex;
static char *MsgServiceName(HANDLE hContact)