mirror of
https://github.com/profanity-im/profanity.git
synced 2024-12-04 14:46:46 -05:00
Removed contact type from contact list
This commit is contained in:
parent
6e46e8fec0
commit
75c51e9666
@ -25,12 +25,6 @@
|
|||||||
|
|
||||||
#include "contact.h"
|
#include "contact.h"
|
||||||
|
|
||||||
struct contact_t {
|
|
||||||
char *name;
|
|
||||||
char *show;
|
|
||||||
char *status;
|
|
||||||
};
|
|
||||||
|
|
||||||
struct contact_node_t {
|
struct contact_node_t {
|
||||||
PContact contact;
|
PContact contact;
|
||||||
struct contact_node_t *next;
|
struct contact_node_t *next;
|
||||||
|
Loading…
Reference in New Issue
Block a user