From cc9fabcf9958d38fcfb61c038ee0770cd3ec61a8 Mon Sep 17 00:00:00 2001
From: Lars-Dominik Braun <PromyLOPh@lavabit.com>
Date: Thu, 12 Feb 2009 16:44:56 +0100
Subject: No station transform when banning songs temporary

---
 src/ui_act.c | 3 ---
 1 file changed, 3 deletions(-)

(limited to 'src')

diff --git a/src/ui_act.c b/src/ui_act.c
index 1f73b0e..8782532 100644
--- a/src/ui_act.c
+++ b/src/ui_act.c
@@ -299,9 +299,6 @@ void BarUiActSelectStation (BAR_KS_ARGS) {
 void BarUiActTempBanSong (BAR_KS_ARGS) {
 	RETURN_IF_NO_SONG;
 
-	if (!BarTransformIfShared (ph, *curStation)) {
-		return;
-	}
 	BarUiMsg ("Putting song on shelf... ");
 	if (BarUiPrintPianoStatus (PianoSongTired (ph, *curSong)) ==
 			PIANO_RET_OK) {
-- 
cgit v1.2.3