From 4aeb5b461d64092d64e3c7dd69376dc1f044b85b Mon Sep 17 00:00:00 2001 From: Yasushi Ichikawa Date: Mon, 31 Oct 2011 23:47:36 +0900 Subject: [PATCH] delete App::uses Multibyte class. It is no longer needed. --- lib/Cake/Network/CakeResponse.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/Cake/Network/CakeResponse.php b/lib/Cake/Network/CakeResponse.php index 55f9df353..68401b5cc 100644 --- a/lib/Cake/Network/CakeResponse.php +++ b/lib/Cake/Network/CakeResponse.php @@ -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. *