Removing unused property.

This commit is contained in:
mark_story 2009-12-03 21:51:44 -05:00
parent 9cd7888991
commit 779479fb8c

View file

@ -61,14 +61,6 @@ class Dispatcher extends Object {
*/ */
var $here = false; var $here = false;
/**
* Admin route (if on it)
*
* @var string
* @access public
*/
var $admin = false;
/** /**
* Plugin being served (if any) * Plugin being served (if any)
* *