Fix a small error from a massive git reorganization

This commit is contained in:
Pavel Krajcevski 2012-10-20 19:27:18 -04:00
parent 20c504056f
commit d024ce73fb

View file

@ -116,8 +116,6 @@ int main(int argc, char **argv) {
return 1;
}
const Image *img = file.GetImage();
int numBlocks = (img->GetWidth() * img->GetHeight())/16;
BlockStatManager *statManager = NULL;
if(bSaveLog) {