summaryrefslogtreecommitdiff
path: root/src/mesa/main/rbadaptors.h
diff options
context:
space:
mode:
authorBrian Paul <brianp@vmware.com>2010-05-04 21:52:40 -0600
committerBrian Paul <brianp@vmware.com>2010-05-04 21:59:54 -0600
commit00b7dcd27aa6da541e6ba4a431c6d00da7886855 (patch)
tree01b1a55c424a722555a760de83d114c4b91f2cde /src/mesa/main/rbadaptors.h
parent7f07ac80ebaccaca82754ee7f0248e31a2312b44 (diff)
mesa: remove unused renderbuffer adaptor code
Diffstat (limited to 'src/mesa/main/rbadaptors.h')
-rw-r--r--src/mesa/main/rbadaptors.h40
1 files changed, 0 insertions, 40 deletions
diff --git a/src/mesa/main/rbadaptors.h b/src/mesa/main/rbadaptors.h
deleted file mode 100644
index 1d45b287dd..0000000000
--- a/src/mesa/main/rbadaptors.h
+++ /dev/null
@@ -1,40 +0,0 @@
-/*
- * Mesa 3-D graphics library
- * Version: 6.5.1
- *
- * Copyright (C) 1999-2006 Brian Paul All Rights Reserved.
- *
- * Permission is hereby granted, free of charge, to any person obtaining a
- * copy of this software and associated documentation files (the "Software"),
- * to deal in the Software without restriction, including without limitation
- * the rights to use, copy, modify, merge, publish, distribute, sublicense,
- * and/or sell copies of the Software, and to permit persons to whom the
- * Software is furnished to do so, subject to the following conditions:
- *
- * The above copyright notice and this permission notice shall be included
- * in all copies or substantial portions of the Software.
- *
- * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
- * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
- * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
- * BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
- * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
- * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
- */
-
-
-#ifndef RBADAPTORS_H
-#define RBADAPTORS_H
-
-
-extern struct gl_renderbuffer *
-_mesa_new_renderbuffer_16wrap8(GLcontext *ctx, struct gl_renderbuffer *rb8);
-
-extern struct gl_renderbuffer *
-_mesa_new_renderbuffer_32wrap8(GLcontext *ctx, struct gl_renderbuffer *rb8);
-
-extern struct gl_renderbuffer *
-_mesa_new_renderbuffer_32wrap16(GLcontext *ctx, struct gl_renderbuffer *rb16);
-
-
-#endif /* RBADAPTORS_H */