delete App::uses Multibyte class. It is no longer needed.

This commit is contained in:
Yasushi Ichikawa 2011-10-31 23:47:36 +09:00
parent f39c683130
commit 4aeb5b461d

View file

@ -17,8 +17,6 @@
* @license MIT License (http://www.opensource.org/licenses/mit-license.php)
*/
App::uses('Multibyte', 'I18n');
/**
* CakeResponse is responsible for managing the response text, status and headers of a HTTP response.
*