diff options
author | Michal Krol <[email protected]> | 2010-02-17 11:18:03 +0100 |
---|---|---|
committer | Michal Krol <[email protected]> | 2010-02-17 11:22:01 +0100 |
commit | cb66e9f2b427afeffc0b92801e6943f0b17bf1f1 (patch) | |
tree | 00a9640eb7519e1c03c9f4d755d014146b28ee8f /src/glsl/pp/sl_pp_public.h | |
parent | 27a68bd14aea55ee4653520403c29e3e16f55e63 (diff) |
glsl/pp: Remove sl_pp_get_extension_state().
Parse extension tokens to track current state of extension enables.
Diffstat (limited to 'src/glsl/pp/sl_pp_public.h')
-rw-r--r-- | src/glsl/pp/sl_pp_public.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/glsl/pp/sl_pp_public.h b/src/glsl/pp/sl_pp_public.h index e4ad80d0b2a..ca6f722543d 100644 --- a/src/glsl/pp/sl_pp_public.h +++ b/src/glsl/pp/sl_pp_public.h @@ -55,10 +55,6 @@ int sl_pp_context_add_extension(struct sl_pp_context *context, const char *name); -enum sl_pp_extension_state -sl_pp_get_extension_state(const struct sl_pp_context *context, - int extension_name); - int sl_pp_context_add_predefined(struct sl_pp_context *context, const char *name, |