summaryrefslogtreecommitdiff
path: root/src/mesa/shader/slang/slang_compile_function.h
diff options
context:
space:
mode:
authorBrian <brian@yutani.localnet.net>2007-02-02 14:24:24 -0700
committerBrian <brian@yutani.localnet.net>2007-02-02 14:24:24 -0700
commit1b24e2d5a7a7f97c179d7881a014f4aa025cacf7 (patch)
tree31c2438e52cbc059b9487f350450bbfa662a2355 /src/mesa/shader/slang/slang_compile_function.h
parent5072fd3a641fa31cbfa7ecfbb34b2d8e782f9e06 (diff)
remove slang_export.c and related code
Diffstat (limited to 'src/mesa/shader/slang/slang_compile_function.h')
-rw-r--r--src/mesa/shader/slang/slang_compile_function.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/mesa/shader/slang/slang_compile_function.h b/src/mesa/shader/slang/slang_compile_function.h
index 8f0e3b326d..99a6b2a034 100644
--- a/src/mesa/shader/slang/slang_compile_function.h
+++ b/src/mesa/shader/slang/slang_compile_function.h
@@ -102,12 +102,6 @@ slang_function_scope_find_by_name(slang_function_scope *, slang_atom, int);
extern slang_function *
slang_function_scope_find(slang_function_scope *, slang_function *, int);
-extern GLboolean
-_slang_build_export_code_table(slang_export_code_table *,
- slang_function_scope *,
- struct slang_code_unit_ *);
-
-
#ifdef __cplusplus
}
#endif