diff options
-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; |