aboutsummaryrefslogtreecommitdiff
path: root/src/ui/contacts.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/contacts.h')
-rw-r--r--src/ui/contacts.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/ui/contacts.h b/src/ui/contacts.h
index 89e7946..6bb3475 100644
--- a/src/ui/contacts.h
+++ b/src/ui/contacts.h
@@ -26,12 +26,9 @@
26#define UI_CONTACTS_H_ 26#define UI_CONTACTS_H_
27 27
28#include "messenger.h" 28#include "messenger.h"
29#include "../bindings.h"
30 29
31typedef struct UI_CONTACTS_Handle 30typedef struct UI_CONTACTS_Handle
32{ 31{
33 MESSENGER_Bindings *bindings;
34
35 GtkBuilder *builder; 32 GtkBuilder *builder;
36 GtkDialog *dialog; 33 GtkDialog *dialog;
37 34