]> granicus.if.org Git - libvpx/commitdiff
Remove the unused gf_active_ptr from MACROBLOCK
authorJingning Han <jingning@google.com>
Tue, 23 Apr 2013 19:59:33 +0000 (12:59 -0700)
committerJingning Han <jingning@google.com>
Tue, 23 Apr 2013 19:59:33 +0000 (12:59 -0700)
The variable gf_active_ptr is not used anywhere, hence is removed.

Change-Id: I6badc20fade48ae12fd19e7e4cd8fe5e051c20ac

vp9/encoder/vp9_block.h

index 965797da149f9cf50f1bda9958d5e746e66f4840..1aa84338f3ebdb052d80af7f8b59a8cd5171f92b 100644 (file)
@@ -151,9 +151,6 @@ struct macroblock {
 
   int encode_breakout;
 
-  // char * gf_active_ptr;
-  signed char *gf_active_ptr;
-
   unsigned char *active_ptr;
 
   vp9_coeff_count token_costs[TX_SIZE_MAX_SB][BLOCK_TYPES];