From 663798897fbceadc54e09f1751228836f0f2be67 Mon Sep 17 00:00:00 2001 From: Paul Arthur Date: Mon, 14 Jan 2013 13:57:20 -0500 Subject: Cosmetics: remove unused variables in Stream --- lib/class/stream.class.php | 2 -- 1 file changed, 2 deletions(-) (limited to 'lib/class/stream.class.php') diff --git a/lib/class/stream.class.php b/lib/class/stream.class.php index e8ea2f75..adcfe87b 100644 --- a/lib/class/stream.class.php +++ b/lib/class/stream.class.php @@ -43,10 +43,8 @@ class Stream { /* Variables from DB */ public $type; - public $web_path; public $media = array(); public $urls = array(); - public $sess; public $user_id; // Generate once an object is constructed -- cgit