summaryrefslogtreecommitdiff
path: root/plugins/NewAwaySysMod/src/stdafx.h
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2018-12-26 23:54:15 +0300
committerGeorge Hazan <ghazan@miranda.im>2018-12-26 23:54:15 +0300
commit228008cd0ceeeec457d83370854510cd8be1d8f8 (patch)
treed2f5ff1794a9dece9aeb140328cb5f399b164718 /plugins/NewAwaySysMod/src/stdafx.h
parent3d09c00a388cfa1e832117c1dbd7fac6a3f436cd (diff)
some hardcoded ICQ constants removed
Diffstat (limited to 'plugins/NewAwaySysMod/src/stdafx.h')
-rw-r--r--plugins/NewAwaySysMod/src/stdafx.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/plugins/NewAwaySysMod/src/stdafx.h b/plugins/NewAwaySysMod/src/stdafx.h
index 47a5bba3c2..bf294af407 100644
--- a/plugins/NewAwaySysMod/src/stdafx.h
+++ b/plugins/NewAwaySysMod/src/stdafx.h
@@ -45,7 +45,6 @@
#include "m_protosvc.h"
#include "m_options.h"
#include "m_netlib.h"
-#include "../../protocols/IcqOscarJ/src/icq_constants.h"
#include "m_skin.h"
#include "m_awaymsg.h"
#include "m_utils.h"
@@ -204,8 +203,6 @@
#define MRM_MAX_GENERATED_TITLE_LEN 35 // maximum length of automatically generated title for recent messages
-int ICQStatusToGeneralStatus(int bICQStat); // TODO: get rid of these protocol-specific functions, if possible
-
#define MS_AWAYSYS_SETCONTACTSTATMSG "AwaySys/SetContactStatMsg"
#define MS_AWAYSYS_AUTOREPLY_TOGGLE "AwaySys/AutoreplyToggle"
@@ -287,7 +284,6 @@ extern int g_bIsIdle;
// AwaySys.cpp
TCString GetDynamicStatMsg(MCONTACT hContact, char *szProto = nullptr, DWORD UIN = 0, int iStatus = 0);
-int IsAnICQProto(char *szProto);
// Client.cpp
void InitUpdateMsgs();