summaryrefslogtreecommitdiff
path: root/protocols/FacebookRM/src/theme.h
diff options
context:
space:
mode:
authorRobert Pösel <robyer@seznam.cz>2014-12-23 15:29:39 +0000
committerRobert Pösel <robyer@seznam.cz>2014-12-23 15:29:39 +0000
commit716eea6998bf896c6180d1ef42bbc7ef9406729d (patch)
tree7537ba37feabfbe120524bc11b1c9b0822cf87f5 /protocols/FacebookRM/src/theme.h
parent9b41fd0ee7fe0e2c33e3664e4183c17e962cbdc9 (diff)
Facebook: Cleanup contact menu handles
git-svn-id: http://svn.miranda-ng.org/main/trunk@11597 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/FacebookRM/src/theme.h')
-rw-r--r--protocols/FacebookRM/src/theme.h15
1 files changed, 0 insertions, 15 deletions
diff --git a/protocols/FacebookRM/src/theme.h b/protocols/FacebookRM/src/theme.h
index e54e4d8f9d..6610f535f0 100644
--- a/protocols/FacebookRM/src/theme.h
+++ b/protocols/FacebookRM/src/theme.h
@@ -26,18 +26,3 @@ void InitIcons(void);
HANDLE GetIconHandle(const char *name);
void InitContactMenus(void);
-void UninitContactMenus(void);
-
-/* Contact menu item indexes */
-#define CMI_VISIT_PROFILE 0
-#define CMI_VISIT_FRIENDSHIP 1
-#define CMI_AUTH_REVOKE 2
-#define CMI_AUTH_ASK 3
-#define CMI_AUTH_GRANT 4
-#define CMI_AUTH_CANCEL 5
-#define CMI_AUTH_DENY 6
-#define CMI_POKE 7
-#define CMI_POST_STATUS 8
-#define CMI_VISIT_CONVERSATION 9
-
-#define CMITEMS_COUNT 10 \ No newline at end of file