summaryrefslogtreecommitdiffstats
path: root/audio/rhythmbox-devel/files/patch-shell_rb-play-order.c
diff options
context:
space:
mode:
Diffstat (limited to 'audio/rhythmbox-devel/files/patch-shell_rb-play-order.c')
-rw-r--r--audio/rhythmbox-devel/files/patch-shell_rb-play-order.c13
1 files changed, 0 insertions, 13 deletions
diff --git a/audio/rhythmbox-devel/files/patch-shell_rb-play-order.c b/audio/rhythmbox-devel/files/patch-shell_rb-play-order.c
deleted file mode 100644
index 5e7990b00..000000000
--- a/audio/rhythmbox-devel/files/patch-shell_rb-play-order.c
+++ /dev/null
@@ -1,13 +0,0 @@
---- shell/rb-play-order.c.orig Thu Dec 18 02:57:29 2003
-+++ shell/rb-play-order.c Thu Dec 18 02:57:41 2003
-@@ -195,9 +195,9 @@
- rb_play_order_get_entry_view (RBPlayOrder *porder)
- {
- RBShellPlayer *player = porder->priv->player;
-+ RBSource *source = rb_shell_player_get_source (player);
- if (player == NULL)
- return NULL;
-- RBSource *source = rb_shell_player_get_source (player);
- if (source == NULL)
- return NULL;
- return rb_source_get_entry_view (source);