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.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/plugins/chat/chat.h b/src/plugins/chat/chat.h
index 1994f0c7..0b9900a0 100644
--- a/src/plugins/chat/chat.h
+++ b/src/plugins/chat/chat.h
@@ -45,8 +45,6 @@ struct GNUNET_CHAT_gui_chat_client
45{ 45{
46 struct GNUNET_CHAT_gui_chat_client *next; 46 struct GNUNET_CHAT_gui_chat_client *next;
47 struct GNUNET_CHAT_gui_chat_client *prev; 47 struct GNUNET_CHAT_gui_chat_client *prev;
48 GNUNET_RSA_PublicKey pub_key;
49 const struct GNUNET_RSA_PrivateKey *priv_key;
50 int number; 48 int number;
51 GtkWidget *chatFrame; 49 GtkWidget *chatFrame;
52 struct GNUNET_CHAT_Room *room; 50 struct GNUNET_CHAT_Room *room;