Removing Dispatcher::header() as it is now longer used

This commit is contained in:
José Lorenzo Rodríguez 2010-08-01 00:49:16 -04:30
parent f9c97383e9
commit 1b5808420f

View file

@ -421,15 +421,4 @@ class Dispatcher {
ob_end_flush(); ob_end_flush();
} }
} }
/**
* Sends the specified headers to the client
*
* @param string $header header to send
* @todo Refactor this to use a response object or similar
* @return void
*/
public function header($header) {
header($header);
}
} }