aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/chat/chat.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/chat/chat.h')
-rw-r--r--src/plugins/chat/chat.h13
1 files changed, 0 insertions, 13 deletions
diff --git a/src/plugins/chat/chat.h b/src/plugins/chat/chat.h
index c5b74ac5..b8c71f9c 100644
--- a/src/plugins/chat/chat.h
+++ b/src/plugins/chat/chat.h
@@ -52,19 +52,6 @@ struct GNUNET_CHAT_gui_chat_client
52 52
53}; 53};
54 54
55struct GNUNET_CHAT_safe_write_struct
56{
57 GtkWidget *chatWindow;
58 const char *message;
59 const char *senderNick;
60};
61
62struct GNUNET_CHAT_safe_nick_write_struct
63{
64 GtkWidget *nickList;
65 const char *nick;
66};
67
68struct GNUNET_CHAT_member_list 55struct GNUNET_CHAT_member_list
69{ 56{
70 struct GNUNET_CHAT_member_list *next; 57 struct GNUNET_CHAT_member_list *next;