From a3a087e4043c64349cad9ea52dffce7a964a5656 Mon Sep 17 00:00:00 2001 From: Paul Arthur Date: Thu, 27 Oct 2011 21:07:54 -0400 Subject: Update Horde_Browser to latest. --- lib/class/stream.class.php | 1 - 1 file changed, 1 deletion(-) (limited to 'lib/class/stream.class.php') diff --git a/lib/class/stream.class.php b/lib/class/stream.class.php index c64b3a2e..f1765935 100644 --- a/lib/class/stream.class.php +++ b/lib/class/stream.class.php @@ -617,7 +617,6 @@ class Stream { $min_bitrate = Config::get('min_bit_rate'); $time = time(); $user_sample_rate = Config::get('sample_rate'); - $browser = new Browser(); if (!$song_name) { $song_name = $song->f_artist_full . " - " . $song->title . "." . $song->type; -- cgit