diff options
Diffstat (limited to 'include/m_srmm_int.h')
-rw-r--r-- | include/m_srmm_int.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/include/m_srmm_int.h b/include/m_srmm_int.h index 12c2b1cd8a..8f47e4cfe2 100644 --- a/include/m_srmm_int.h +++ b/include/m_srmm_int.h @@ -356,11 +356,6 @@ MIR_APP_DLL(void) Srmm_Broadcast(UINT, WPARAM, LPARAM); MIR_APP_DLL(void) Srmm_CreateHotkey(const char *pszSection, const char *pszDescription);
/////////////////////////////////////////////////////////////////////////////////////////
-// downloads or launches offline file
-
-MIR_APP_DLL(void) Srmm_DownloadOfflineFile(MCONTACT hContact, MEVENT hDbEvent, bool bOpen);
-
-/////////////////////////////////////////////////////////////////////////////////////////
// finds a SRMM window using hContact
MIR_APP_DLL(HWND) Srmm_FindWindow(MCONTACT hContact);
|