# HG changeset patch # User diego # Date 1201045679 0 # Node ID 27f4e3175dac4b4e4037fd2e956deacbd37cac57 # Parent 0ae80d7e989a0b86a027d0b86ba51e8962ec36b1 Remove unused variables in test code. diff -r 0ae80d7e989a -r 27f4e3175dac snow.c --- a/snow.c Tue Jan 22 09:20:25 2008 +0000 +++ b/snow.c Tue Jan 22 23:47:59 2008 +0000 @@ -4883,9 +4883,8 @@ printf("};\n"); { int level=2; - int orientation=3; int w= width >> (s.spatial_decomposition_count-level); - int h= height >> (s.spatial_decomposition_count-level); + //int h= height >> (s.spatial_decomposition_count-level); int stride= width << (s.spatial_decomposition_count-level); DWTELEM *buf= buffer[0]; int64_t error=0;