aboutsummaryrefslogtreecommitdiffstats
path: root/mod/chanview.php
diff options
context:
space:
mode:
Diffstat (limited to 'mod/chanview.php')
-rw-r--r--mod/chanview.php4
1 files changed, 0 insertions, 4 deletions
diff --git a/mod/chanview.php b/mod/chanview.php
index c87b85d26..55f7e95d6 100644
--- a/mod/chanview.php
+++ b/mod/chanview.php
@@ -88,10 +88,6 @@ function chanview_content(&$a) {
if(local_user() && get_pconfig(local_user(),'system','chanview_full'))
goaway($url);
-
- if($a->poi['xchan_hash'])
- $a->set_widget('vcard',vcard_from_xchan($a->poi,$observer,'chanview'));
-
$o = replace_macros(get_markup_template('chanview.tpl'),array(
'$url' => $url,
'$full' => t('toggle full screen mode')