diff options
author | Paul 'flowerysong' Arthur <flowerysong00@yahoo.com> | 2010-06-10 01:19:14 +0000 |
---|---|---|
committer | Paul 'flowerysong' Arthur <flowerysong00@yahoo.com> | 2010-06-10 01:19:14 +0000 |
commit | c1ed41a16dcbf1a632ad2ac99b40174628bf072e (patch) | |
tree | ed6c5ff2478d699fd94aae2a8348d5ff429410b7 /lib/ui.lib.php | |
parent | 617a4b5dfc3a66addca3d28e6c1841a89c1a3f8e (diff) | |
download | ampache-c1ed41a16dcbf1a632ad2ac99b40174628bf072e.tar.gz ampache-c1ed41a16dcbf1a632ad2ac99b40174628bf072e.tar.bz2 ampache-c1ed41a16dcbf1a632ad2ac99b40174628bf072e.zip |
Remove some unused genre stuff.
Diffstat (limited to 'lib/ui.lib.php')
-rw-r--r-- | lib/ui.lib.php | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/ui.lib.php b/lib/ui.lib.php index 4e761997..fd13da90 100644 --- a/lib/ui.lib.php +++ b/lib/ui.lib.php @@ -279,10 +279,6 @@ function get_location() { $location['title'] = _('Artists'); $location['section'] = 'browse'; break; - case 'genre.php': - $location['title'] = _('Genre'); - $location['section'] = 'browse'; - break; case 'stats.php': $location['title'] = _('Statistics'); break; |