Remove UserProfile class

This commit is contained in:
Evan Prodromou
2011-03-14 16:40:56 -04:00
parent 3d68474e14
commit 2d4554ea03
2 changed files with 0 additions and 416 deletions

View File

@@ -33,7 +33,6 @@ if (!defined('STATUSNET') && !defined('LACONICA')) {
}
require_once INSTALLDIR.'/lib/personalgroupnav.php';
require_once INSTALLDIR.'/lib/userprofile.php';
require_once INSTALLDIR.'/lib/noticelist.php';
require_once INSTALLDIR.'/lib/profileminilist.php';
require_once INSTALLDIR.'/lib/groupminilist.php';
@@ -100,7 +99,6 @@ class ShowstreamAction extends ProfileAction
function showContent()
{
$this->showProfile();
$this->showNotices();
}
@@ -199,12 +197,6 @@ class ShowstreamAction extends ProfileAction
'href' => $rsd));
}
function showProfile()
{
$profile = new UserProfile($this, $this->user, $this->profile);
$profile->show();
}
function showEmptyListMessage()
{
// TRANS: First sentence of empty list message for a stream. $1%s is a user nickname.