aboutsummaryrefslogtreecommitdiff
path: root/src/transport-bar.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/transport-bar.h')
-rw-r--r--src/transport-bar.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/transport-bar.h b/src/transport-bar.h
index 93136e1..8a791ff 100644
--- a/src/transport-bar.h
+++ b/src/transport-bar.h
@@ -43,8 +43,7 @@ struct _TransportBar {
};
GType transport_bar_get_type (void);
-GtkWidget* transport_bar_new();
-void connect_with_other_half(DbusmenuMenuitem *twin_item);
+GtkWidget* transport_bar_new(DbusmenuMenuitem *twin_item);
G_END_DECLS