From 89c5b2369413025e1fe7dfe5c5d0bf3bedd8558d Mon Sep 17 00:00:00 2001 From: Kirill Volinsky Date: Mon, 23 Jul 2012 13:52:57 +0000 Subject: git-svn-id: http://svn.miranda-ng.org/main/trunk@1123 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/XSoundNotify/xsn_utils.h | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 plugins/XSoundNotify/xsn_utils.h (limited to 'plugins/XSoundNotify/xsn_utils.h') diff --git a/plugins/XSoundNotify/xsn_utils.h b/plugins/XSoundNotify/xsn_utils.h deleted file mode 100644 index 66bdef2526..0000000000 --- a/plugins/XSoundNotify/xsn_utils.h +++ /dev/null @@ -1,18 +0,0 @@ -#ifndef _XSN_UTILS_H -#define _XSN_UTILS_H - -#include "xsn_types.h" -#include "SoundNotifyData.h" - -void initModuleConvertTable(ModuleConvertTable & table); - -bool isReceiveMessage(LPARAM event); - -xsn_string getContactSound(HANDLE contact); -ModuleString getContactModule(HANDLE contact); - -xsn_string getIcqContactId(HANDLE contact, const ModuleString & module); -xsn_string getJabberContactId(HANDLE contact, const ModuleString & module); - - -#endif -- cgit v1.2.3