diff options
author | Paul Arthur <flowerysong00@yahoo.com> | 2012-12-19 12:59:29 -0500 |
---|---|---|
committer | Paul Arthur <flowerysong00@yahoo.com> | 2012-12-19 13:09:12 -0500 |
commit | e7768b1634a05936d38cc7bbb06e94eb0110d94e (patch) | |
tree | 90073b096604c5296c946356715b406c9a7f04ad /lib/rating.lib.php | |
parent | 099a391d41ada68d79d39a728833905a70ee7306 (diff) | |
download | ampache-e7768b1634a05936d38cc7bbb06e94eb0110d94e.tar.gz ampache-e7768b1634a05936d38cc7bbb06e94eb0110d94e.tar.bz2 ampache-e7768b1634a05936d38cc7bbb06e94eb0110d94e.zip |
Drop unused static rating, whatever that was
Diffstat (limited to 'lib/rating.lib.php')
-rw-r--r-- | lib/rating.lib.php | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/lib/rating.lib.php b/lib/rating.lib.php index 3323f6e5..6b1dbbaf 100644 --- a/lib/rating.lib.php +++ b/lib/rating.lib.php @@ -38,15 +38,6 @@ function show_rating($object_id,$type) { } // show_rating -// andy90s rating patch added -function show_rating_static($object_id,$type) { - - $rating = new Rating($object_id,$type); - - require Config::get('prefix') . '/templates/show_object_rating_static.inc.php'; - -} // show_rating_static - /** * get_rating_name * This takes a score and returns the name that we should use |