summaryrefslogtreecommitdiff
path: root/src/mesa/main/imports.c
diff options
context:
space:
mode:
authorGeorge Sapountzis <gsap7@yahoo.gr>2007-04-05 19:01:51 +0300
committerGeorge Sapountzis <gsap7@yahoo.gr>2007-04-05 19:01:51 +0300
commit487f7a73cbb8534ab163ef8a3549caa71684b607 (patch)
tree97abb35a3be5be0ca73c97645abc47616c2021b4 /src/mesa/main/imports.c
parentaa1c79eaea96283e3ac7bae513b8d7535b875ce9 (diff)
Remove SI imports/exports remnants.
Diffstat (limited to 'src/mesa/main/imports.c')
-rw-r--r--src/mesa/main/imports.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/mesa/main/imports.c b/src/mesa/main/imports.c
index 2a13250238..9de7a89c99 100644
--- a/src/mesa/main/imports.c
+++ b/src/mesa/main/imports.c
@@ -12,14 +12,6 @@
*
* Eventually, I want to move roll the glheader.h file into this.
*
- * The OpenGL SI's __GLimports structure allows per-context specification of
- * replacements for the standard C lib functions. In practice that's probably
- * never needed; compile-time replacements are far more likely.
- *
- * The _mesa_*() functions defined here don't in general take a context
- * parameter. I guess we can change that someday, if need be.
- * So for now, the __GLimports stuff really isn't used.
- *
* \todo Functions still needed:
* - scanf
* - qsort