diff options
Diffstat (limited to 'lib/artist.lib.php')
-rw-r--r-- | lib/artist.lib.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/artist.lib.php b/lib/artist.lib.php index bfd956b6..3e8964c6 100644 --- a/lib/artist.lib.php +++ b/lib/artist.lib.php @@ -66,7 +66,6 @@ function format_artist($artist) { */ function show_artists ($match = '') { - global $settings; $dbh = dbh(); $view = new View(); |