From 1842f9a45a39daa3f6f37f1059a422c4d187c42f Mon Sep 17 00:00:00 2001
From: Cyrille Valladeau <cyrille.valladeau@c-s.fr>
Date: Fri, 13 Jun 2008 07:17:04 +0000
Subject: [PATCH] =?UTF-8?q?Suppression=20variable=20non=20utilis=C3=A9es?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 Testing/Utilities/openJpegEncoder.cxx | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Testing/Utilities/openJpegEncoder.cxx b/Testing/Utilities/openJpegEncoder.cxx
index a2dc0cc1eb..e78450913b 100644
--- a/Testing/Utilities/openJpegEncoder.cxx
+++ b/Testing/Utilities/openJpegEncoder.cxx
@@ -93,7 +93,7 @@ int openJpegEncoder(int argc, char * argv[])
 	OPJ_UINT32 l_nb_tiles = (IMAGE_WIDTH/TILE_WIDTH) * (IMAGE_HEIGHT/TILE_HEIGHT);
 	OPJ_UINT32 l_data_size = TILE_WIDTH * TILE_HEIGHT * NUM_COMPS * (COMP_PREC/8);
 
-	const OPJ_FLOAT32 l_mct [] = 
+	/*	const OPJ_FLOAT32 l_mct [] = 
 	{
 		1 , 0 , 0 ,
 		0 , 1 , 0 ,
@@ -103,7 +103,7 @@ int openJpegEncoder(int argc, char * argv[])
 	const OPJ_INT32 l_offsets [] = 
 	{
 		128 , 128 , 128
-	};
+		};*/
 
 	opj_image_cmptparm_t * l_current_param_ptr;
 	OPJ_UINT32 i;
-- 
GitLab