aboutsummaryrefslogtreecommitdiff
path: root/source/clip.c
diff options
context:
space:
mode:
authorJoão Silva2017-01-14 23:50:50 +0000
committerJoão Silva2017-01-14 23:50:50 +0000
commitda9ed2562ca88eb02a885f356922e64d556b27a7 (patch)
tree829bb00ead380ea3343d568c9623d0243ee47112 /source/clip.c
parent3b8323853f4eeddb61398e77c51bb2349f430227 (diff)
downloadsnes9x2005-da9ed2562ca88eb02a885f356922e64d556b27a7.tar.gz
snes9x2005-da9ed2562ca88eb02a885f356922e64d556b27a7.tar.bz2
snes9x2005-da9ed2562ca88eb02a885f356922e64d556b27a7.zip
Removed some more useless stuff.
Diffstat (limited to 'source/clip.c')
-rw-r--r--source/clip.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/source/clip.c b/source/clip.c
index 94ecbd6..8993e72 100644
--- a/source/clip.c
+++ b/source/clip.c
@@ -665,8 +665,7 @@ void ComputeClipWindows()
// no intersection, nullify it
pClip->Left[i][w] = 1;
pClip->Right[i][w] = 0;
-Clip_ok:
- j = 0; // dummy statement
+Clip_ok:;
}
}
}