From 75c51e96667498b91842390ecc5e8c3fdfbab1c9 Mon Sep 17 00:00:00 2001 From: James Booth Date: Fri, 4 May 2012 01:14:57 +0100 Subject: [PATCH] Removed contact type from contact list --- contact_list.h | 6 ------ 1 file changed, 6 deletions(-) diff --git a/contact_list.h b/contact_list.h index 32021528..491552a7 100644 --- a/contact_list.h +++ b/contact_list.h @@ -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;