From da9ed2562ca88eb02a885f356922e64d556b27a7 Mon Sep 17 00:00:00 2001 From: João Silva Date: Sat, 14 Jan 2017 23:50:50 +0000 Subject: Removed some more useless stuff. --- source/clip.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'source/clip.c') 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:; } } } -- cgit v1.2.3