Skip to content

Commit 03193c0

Browse files
Tilkafincs
authored andcommitted
Remove unnecessary function call
1 parent baf8622 commit 03193c0

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

source/picasso_frontend.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,6 @@ int main(int argc, char* argv[])
206206
f.WriteWord(dvle->uniformCount); // size of uniform table
207207
curOff += dvle->uniformCount*8;
208208
f.WriteWord(curOff); // offset to symbol table
209-
u32 temp = f.Tell();
210209
f.WriteWord(dvle->symbolSize); // size of symbol table
211210

212211
// Sort uniforms by position

0 commit comments

Comments
 (0)