diff options
Diffstat (limited to 'graphics/flasm/files/patch-unflasm.c')
-rw-r--r-- | graphics/flasm/files/patch-unflasm.c | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/graphics/flasm/files/patch-unflasm.c b/graphics/flasm/files/patch-unflasm.c index 313fcbf95983..2a0f75ba0f1e 100644 --- a/graphics/flasm/files/patch-unflasm.c +++ b/graphics/flasm/files/patch-unflasm.c @@ -36,19 +36,3 @@ break; } -@@ -1338,15 +1319,7 @@ - if ((mode >= MODE_UPDATE) && (constend>0)) - rebuildConstantPool(); - -- if (targetIndent==1) -- { -- --indent; -- println("end"); -- targetIndent = 0; -- } -- - --indent; -- - if (frameNum!=-1) println("end // of frame %i",frameNum); - free(buffer); - } |