summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAlex Deucher <alex@samba.(none)>2008-03-18 19:44:26 -0400
committerAlex Deucher <alex@samba.(none)>2008-03-18 19:44:26 -0400
commitd331dd64d644a18ec99a2136cd0943b5edca1f03 (patch)
tree6c87178965461712be73ae60089514acf4f1550e /src
parentbc34df7a9c35cdd38c49d5c22471f3f487a33d6e (diff)
R3xx/R5xx: remove extra return after last commit
Diffstat (limited to 'src')
-rw-r--r--src/radeon_exa_render.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/radeon_exa_render.c b/src/radeon_exa_render.c
index 65924385..5f28fef9 100644
--- a/src/radeon_exa_render.c
+++ b/src/radeon_exa_render.c
@@ -179,7 +179,6 @@ static Bool R300GetDestFormat(PicturePtr pDstPicture, CARD32 *dst_format)
default:
RADEON_FALLBACK(("Unsupported dest format 0x%x\n",
(int)pDstPicture->format));
- return FALSE;
}
return TRUE;
}