diff options
Diffstat (limited to 'src/conversation/gnunet-conversation-gtk.h')
-rw-r--r-- | src/conversation/gnunet-conversation-gtk.h | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/src/conversation/gnunet-conversation-gtk.h b/src/conversation/gnunet-conversation-gtk.h index 665d4614..e3dadd3f 100644 --- a/src/conversation/gnunet-conversation-gtk.h +++ b/src/conversation/gnunet-conversation-gtk.h | |||
@@ -296,13 +296,6 @@ static void | |||
296 | identity_cb (void *cls, struct GNUNET_IDENTITY_Ego *ego, void **ctx, | 296 | identity_cb (void *cls, struct GNUNET_IDENTITY_Ego *ego, void **ctx, |
297 | const char *name); | 297 | const char *name); |
298 | 298 | ||
299 | |||
300 | enum CONVERSATION_ModelColumns | ||
301 | { | ||
302 | // gchar array | ||
303 | CONVERSATION_CONTACT_NAME = 0 | ||
304 | }; | ||
305 | |||
306 | /** | 299 | /** |
307 | * List of active calls | 300 | * List of active calls |
308 | */ | 301 | */ |
@@ -517,4 +510,6 @@ struct GNUNET_GTK_NAMESTORE_PluginEnvironment | |||
517 | 510 | ||
518 | 511 | ||
519 | 512 | ||
513 | |||
514 | |||
520 | #endif | 515 | #endif |