about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2012-05-04 01:14:57 +0100
committerJames Booth <boothj5@gmail.com>2012-05-04 01:14:57 +0100
commit75c51e96667498b91842390ecc5e8c3fdfbab1c9 (patch)
tree261123812d9b482da4fcff27d1416a955c94201d
parent6e46e8fec0165f5e5ef337df0718481e9113bc94 (diff)
downloadprofani-tty-75c51e96667498b91842390ecc5e8c3fdfbab1c9.tar.gz
Removed contact type from contact list
-rw-r--r--contact_list.h6
1 files changed, 0 insertions, 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;