From 28759bb9f42f16b22a2d4d99f5e98cd004217705 Mon Sep 17 00:00:00 2001 From: hyung-hwan Date: Fri, 9 Oct 2009 07:51:29 +0000 Subject: [PATCH] deleted unnecessary code --- qse/lib/cut/cut.h | 9 --------- 1 file changed, 9 deletions(-) diff --git a/qse/lib/cut/cut.h b/qse/lib/cut/cut.h index 58090aca..1b26cd0e 100644 --- a/qse/lib/cut/cut.h +++ b/qse/lib/cut/cut.h @@ -48,15 +48,6 @@ struct qse_cut_t int option; /**< stores options */ - struct - { - struct - { - qse_size_t build; - qse_size_t match; - } rex; - } depth; - struct { qse_cut_sel_blk_t fb; /**< the first block is static */