diff --git a/library/Zepto/Route.php b/library/Zepto/Route.php index 8a25bab..e0cf58f 100644 --- a/library/Zepto/Route.php +++ b/library/Zepto/Route.php @@ -82,14 +82,6 @@ class Route */ protected $callback = null; - /** - * An array containing the parameters to pass to the callback function, as - * parsed from $pattern - * - * @var array - */ - protected $params = array(); - /** * Initializes the route by creating a regex pattern from the provided URL, * and assigns the callable function for this route