summaryrefslogtreecommitdiff
path: root/plugins/ExternalAPI/delphi/m_nudge.inc
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/ExternalAPI/delphi/m_nudge.inc')
-rw-r--r--plugins/ExternalAPI/delphi/m_nudge.inc17
1 files changed, 0 insertions, 17 deletions
diff --git a/plugins/ExternalAPI/delphi/m_nudge.inc b/plugins/ExternalAPI/delphi/m_nudge.inc
deleted file mode 100644
index dfc72e19db..0000000000
--- a/plugins/ExternalAPI/delphi/m_nudge.inc
+++ /dev/null
@@ -1,17 +0,0 @@
-{$IFNDEF M_NUDGE}
-{$DEFINE M_NUDGE}
-const
-// protocol service that sends a nudge
- PS_SEND_NUDGE = '/SendNudge';
-
-// event to be create in protocol with its m_szModuleName
- PE_NUDGE = '/Nudge';
-
-const
- MS_SHAKE_CLIST :PAnsiChar = 'SHAKE/Service/ShakeClist';
- MS_SHAKE_CHAT :PAnsiChar = 'SHAKE/Service/ShakeChat';
- MS_SHAKE_CLIST_TRIGGER:PAnsiChar = 'SHAKE/Service/TriggerShakeClist';
- MS_SHAKE_CHAT_TRIGGER :PAnsiChar = 'SHAKE/Service/TirggerShakeChat';
- MS_NUDGE_SEND :PAnsiChar = 'NUDGE/Send';
-
-{$ENDIF}