Diff between bfc19ea0731dd47f9aa40cb3d501ce6f73f305e9 and e58482cb30cb38185c4ecee01aa1ae4655fa6d58
Changed Files
| File | Additions | Deletions | Status |
| profiles/audio/media.c | +0 | -2 | modified |
Full Patch
diff --git a/profiles/audio/media.c b/profiles/audio/media.c
index 646c76a..09a959a 100644
--- a/profiles/audio/media.c
+++ b/profiles/audio/media.c
@@ -95,7 +95,6 @@ struct media_player {
GHashTable *track; /* Player current track */
guint watch;
guint properties_watch;
- guint track_watch;
guint seek_watch;
char *status;
uint32_t position;
@@ -949,7 +948,6 @@ static void media_player_free(gpointer data)
g_dbus_remove_watch(conn, mp->watch);
g_dbus_remove_watch(conn, mp->properties_watch);
- g_dbus_remove_watch(conn, mp->track_watch);
g_dbus_remove_watch(conn, mp->seek_watch);
if (mp->track)