summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2003-03-25 02:29:46 +0000
committerBrian Paul <brian.paul@tungstengraphics.com>2003-03-25 02:29:46 +0000
commita5607f2a04e6a85bec6bc9f016313713289fc8c6 (patch)
tree07f914954694f41fd03c18f558c74954d232c9f8 /src
parenta46bd6f96a78525dc98bcb2176494e6d6dce5dce (diff)
remove some unfinished code accidently checked in
Diffstat (limited to 'src')
-rw-r--r--src/mesa/drivers/x11/xm_dd.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/mesa/drivers/x11/xm_dd.c b/src/mesa/drivers/x11/xm_dd.c
index bdf0b66886..f5fb1726b8 100644
--- a/src/mesa/drivers/x11/xm_dd.c
+++ b/src/mesa/drivers/x11/xm_dd.c
@@ -1,4 +1,4 @@
-/* $Id: xm_dd.c,v 1.43 2003/03/25 02:26:30 brianp Exp $ */
+/* $Id: xm_dd.c,v 1.44 2003/03/25 02:29:46 brianp Exp $ */
/*
* Mesa 3-D graphics library
@@ -964,9 +964,6 @@ void xmesa_init_pointers( GLcontext *ctx )
ctx->Driver.CopyTexSubImage2D = _swrast_copy_texsubimage2d;
ctx->Driver.CopyTexSubImage3D = _swrast_copy_texsubimage3d;
- ctx->Driver.NewTextureObject = _mesa_alloc_texture_object;
- ctx->Driver.DeleteTexture = _mesa_free_texture_object;
-
ctx->Driver.CompressedTexImage1D = _mesa_store_compressed_teximage1d;
ctx->Driver.CompressedTexImage2D = _mesa_store_compressed_teximage2d;
ctx->Driver.CompressedTexImage3D = _mesa_store_compressed_teximage3d;