Remove some no longer used voting code

This commit is contained in:
Alexander Nicolaysen Sørnes
2007-12-07 01:16:32 +01:00
committed by Chris Morgan
parent 93c01ad56b
commit 18a3b97694
3 changed files with 0 additions and 206 deletions

View File

@@ -794,10 +794,6 @@ class version {
$oApp = $this->objectGetParent();
// show Vote Menu
if($_SESSION['current']->isLoggedIn())
apidb_sidebar_add("vote_menu");
// cat
$oCategory = new Category($oApp->iCatId);
$oCategory->display($oApp->iAppId, $this->iVersionId);