summaryrefslogtreecommitdiff
path: root/src/i830.h
diff options
context:
space:
mode:
authorEric Anholt <eric@anholt.net>2010-03-04 10:27:51 -0800
committerEric Anholt <eric@anholt.net>2010-03-04 11:25:14 -0800
commite8e615289213ba1704e402b923c51ce9d196f06f (patch)
tree2c6f721d0023d2fb7a32e0952b4579d8eb06b816 /src/i830.h
parente37b562083aa3293e0c009171724a3f122d8a32d (diff)
Remove i830_allocate_2d_memory() now that it only called one function.
Diffstat (limited to 'src/i830.h')
-rw-r--r--src/i830.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/i830.h b/src/i830.h
index 9b3282a9..6d88a4ca 100644
--- a/src/i830.h
+++ b/src/i830.h
@@ -425,7 +425,6 @@ extern int i830_crtc_to_pipe(xf86CrtcPtr crtc);
extern Bool I830AccelInit(ScreenPtr pScreen);
void i830_reset_allocations(ScrnInfoPtr scrn);
-Bool i830_allocate_2d_memory(ScrnInfoPtr scrn);
void i830_init_bufmgr(ScrnInfoPtr scrn);
Bool i830_tiled_width(intel_screen_private *intel, int *width, int cpp);