aboutsummaryrefslogtreecommitdiff
path: root/src/player-controller.vala
diff options
context:
space:
mode:
authorConor Curran <conor.curran@canonical.com>2010-11-05 17:43:57 +0000
committerConor Curran <conor.curran@canonical.com>2010-11-05 17:43:57 +0000
commitdd80c00e460cf1857eb8a76b62e2058b49f62d88 (patch)
tree4f2fb85e858b0e57613149ee01f1f47f3ea97107 /src/player-controller.vala
parentfa06a4441287f76de3033f15cf1346b4e91004c4 (diff)
downloadayatana-indicator-sound-dd80c00e460cf1857eb8a76b62e2058b49f62d88.tar.gz
ayatana-indicator-sound-dd80c00e460cf1857eb8a76b62e2058b49f62d88.tar.bz2
ayatana-indicator-sound-dd80c00e460cf1857eb8a76b62e2058b49f62d88.zip
tidy up unwanted deps
Diffstat (limited to 'src/player-controller.vala')
-rw-r--r--src/player-controller.vala5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/player-controller.vala b/src/player-controller.vala
index 7d3aad0..e2ae4d7 100644
--- a/src/player-controller.vala
+++ b/src/player-controller.vala
@@ -192,6 +192,5 @@ public class PlayerController : GLib.Object
else{
this.update_state(state.DISCONNECTED);
}
- }
-
-} \ No newline at end of file
+ }
+}