diff options
author | James Booth <boothj5@gmail.com> | 2012-05-04 01:14:57 +0100 |
---|---|---|
committer | James Booth <boothj5@gmail.com> | 2012-05-04 01:14:57 +0100 |
commit | 75c51e96667498b91842390ecc5e8c3fdfbab1c9 (patch) | |
tree | 261123812d9b482da4fcff27d1416a955c94201d | |
parent | 6e46e8fec0165f5e5ef337df0718481e9113bc94 (diff) | |
download | profani-tty-75c51e96667498b91842390ecc5e8c3fdfbab1c9.tar.gz |
Removed contact type from contact list
-rw-r--r-- | contact_list.h | 6 |
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; |