diff options
Diffstat (limited to 'plugins/ExternalAPI/m_avatarhist.h')
-rw-r--r-- | plugins/ExternalAPI/m_avatarhist.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/plugins/ExternalAPI/m_avatarhist.h b/plugins/ExternalAPI/m_avatarhist.h index 6f1e5c8ebd..7f19c1f420 100644 --- a/plugins/ExternalAPI/m_avatarhist.h +++ b/plugins/ExternalAPI/m_avatarhist.h @@ -21,11 +21,6 @@ Boston, MA 02111-1307, USA. #ifndef __M_AVATARHISTORY_H__
# define __M_AVATARHISTORY_H__
-
-#define MIID_AVATAR_CHANGE_LOGGER { 0x95e3f3d3, 0x9678, 0x4561, { 0x96, 0xf8, 0x95, 0x88, 0x33, 0x7b, 0x86, 0x68 } }
-#define MIID_AVATAR_CHANGE_NOTIFIER { 0x91af9298, 0x8570, 0x4063, { 0xbf, 0x2f, 0xca, 0x68, 0xd0, 0xe3, 0xb3, 0x6a } }
-
-
#define EVENTTYPE_AVATAR_CHANGE 9003
|