diff options
Diffstat (limited to 'src')
-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 |