diff options
author | Brian Paul <[email protected]> | 2010-12-13 17:16:57 -0700 |
---|---|---|
committer | Brian Paul <[email protected]> | 2010-12-13 17:20:56 -0700 |
commit | 8d8e9491df01898a8dde725baa000c0259a991a3 (patch) | |
tree | 629a0a58349df2c8de7f641f50d96a8253c02c40 /src/mesa/state_tracker/st_cb_program.h | |
parent | 9b4433fe58cc1a64c44388590385a777e3050bb3 (diff) |
st/mesa: make st_delete_program() static
Diffstat (limited to 'src/mesa/state_tracker/st_cb_program.h')
-rw-r--r-- | src/mesa/state_tracker/st_cb_program.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/mesa/state_tracker/st_cb_program.h b/src/mesa/state_tracker/st_cb_program.h index 004afb6d812..d9149d61fbb 100644 --- a/src/mesa/state_tracker/st_cb_program.h +++ b/src/mesa/state_tracker/st_cb_program.h @@ -36,8 +36,5 @@ struct dd_function_table; extern void st_init_program_functions(struct dd_function_table *functions); -extern void -st_delete_program(struct gl_context *ctx, struct gl_program *prog); - #endif |