diff options
author | Conor Curran <conor.curran@canonical.com> | 2010-11-05 17:39:06 +0000 |
---|---|---|
committer | Conor Curran <conor.curran@canonical.com> | 2010-11-05 17:39:06 +0000 |
commit | fa06a4441287f76de3033f15cf1346b4e91004c4 (patch) | |
tree | b50eefb6d387b58c86945bdadc333646fdad8d6d | |
parent | 1196f5060e633fac46b724844e1b6817c889145a (diff) | |
download | ayatana-indicator-sound-fa06a4441287f76de3033f15cf1346b4e91004c4.tar.gz ayatana-indicator-sound-fa06a4441287f76de3033f15cf1346b4e91004c4.tar.bz2 ayatana-indicator-sound-fa06a4441287f76de3033f15cf1346b4e91004c4.zip |
tidy up unwanted deps
-rw-r--r-- | src/Makefile.am | 1 | ||||
-rw-r--r-- | src/player-controller.vala | 1 |
2 files changed, 0 insertions, 2 deletions
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 <http://www.gnu.org/licenses/>. */ using Dbusmenu; -using DbusmenuGtk; using Gee; public class PlayerController : GLib.Object |