From 132b464d734b077038e19b21e46d3a6258f4b998 Mon Sep 17 00:00:00 2001 From: Adam Jackson Date: Thu, 22 Jan 2009 02:11:16 -0500 Subject: Remove a bunch of useless casts. We've had void * for twenty years now people let's try to act like we know how it works. --- mi/mivaltree.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mi/mivaltree.c') diff --git a/mi/mivaltree.c b/mi/mivaltree.c index 2585422bc..cfcdab756 100644 --- a/mi/mivaltree.c +++ b/mi/mivaltree.c @@ -769,7 +769,7 @@ miValidateTree ( if (pScreen->ClipNotify) (* pScreen->ClipNotify) (pWin, 0, 0); REGION_EMPTY( pScreen, &pWin->borderClip); - pWin->valdata = (ValidatePtr)NULL; + pWin->valdata = NULL; } } } -- cgit v1.2.3