Removed contact type from contact list

This commit is contained in:
James Booth
2012-05-04 01:14:57 +01:00
parent 6e46e8fec0
commit 75c51e9666

View File

@@ -25,12 +25,6 @@
#include "contact.h"
struct contact_t {
char *name;
char *show;
char *status;
};
struct contact_node_t {
PContact contact;
struct contact_node_t *next;