From d4e540dff398c8a438ecdd0d13f9de9acc07f46c Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Sun, 8 May 2011 10:29:40 +0000 Subject: comment some unused code. --- source/blender/editors/space_text/text_draw.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'source/blender/editors/space_text') diff --git a/source/blender/editors/space_text/text_draw.c b/source/blender/editors/space_text/text_draw.c index 2601d1ffdf3..625e5561389 100644 --- a/source/blender/editors/space_text/text_draw.c +++ b/source/blender/editors/space_text/text_draw.c @@ -1495,6 +1495,8 @@ static void draw_cursor(SpaceText *st, ARegion *ar) glRecti(x-4, y, ar->winx, y-st->lheight), y-=st->lheight; glRecti(x-4, y, x+toc*st->cwidth, y-st->lheight); y-=st->lheight; + + (void)y; } } else { -- cgit v1.2.3