diff options
author | Jens Georg <mail@jensge.org> | 2015-06-14 13:34:26 +0200 |
---|---|---|
committer | Jens Georg <mail@jensge.org> | 2015-06-14 13:34:30 +0200 |
commit | de0d3e726e0bc16ce22a6fa543c8c23b903779c2 (patch) | |
tree | 8c4fd1a947226744d29713aae657738463483318 /src/universal-cp/gui.h | |
parent | 30975a47279b184b3ffcd4d7a7512f2e29393e94 (diff) | |
download | gupnp-tools-de0d3e726e0bc16ce22a6fa543c8c23b903779c2.tar.gz |
Remove gnome-common stuff
Fix compiler warnings on the way.
Signed-off-by: Jens Georg <mail@jensge.org>
Diffstat (limited to 'src/universal-cp/gui.h')
-rw-r--r-- | src/universal-cp/gui.h | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/src/universal-cp/gui.h b/src/universal-cp/gui.h index 62ad401..d3ba0c4 100644 --- a/src/universal-cp/gui.h +++ b/src/universal-cp/gui.h @@ -26,13 +26,7 @@ #include "device-treeview.h" #include "details-treeview.h" - -void -display_event (const char *notified_at, - const char *friendly_name, - const char *service_id, - const char *variable_name, - const char *value); +#include "event-treeview.h" void setup_treeview (GtkWidget *treeview, |