mirror of
https://github.com/yuzu-emu/FasTC
synced 2024-11-23 15:13:59 +00:00
Fix a small error from a massive git reorganization
This commit is contained in:
parent
20c504056f
commit
d024ce73fb
1 changed files with 0 additions and 2 deletions
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue