From fa06a4441287f76de3033f15cf1346b4e91004c4 Mon Sep 17 00:00:00 2001 From: Conor Curran Date: Fri, 5 Nov 2010 17:39:06 +0000 Subject: tidy up unwanted deps --- src/Makefile.am | 1 - src/player-controller.vala | 1 - 2 files changed, 2 deletions(-) (limited to 'src') diff --git a/src/Makefile.am b/src/Makefile.am index 563b755..68091b3 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -76,7 +76,6 @@ music_bridge_VALAFLAGS = \ --pkg gee-1.0 \ --pkg Indicate-0.2 \ --pkg Dbusmenu-Glib-0.2 \ - --pkg DbusmenuGtk-0.2 \ --pkg gtk+-2.0 \ --pkg common-defs \ --pkg dbus-glib-1 \ diff --git a/src/player-controller.vala b/src/player-controller.vala index 537eccc..7d3aad0 100644 --- a/src/player-controller.vala +++ b/src/player-controller.vala @@ -19,7 +19,6 @@ with this program. If not, see . */ using Dbusmenu; -using DbusmenuGtk; using Gee; public class PlayerController : GLib.Object -- cgit v1.2.3