summaryrefslogtreecommitdiff
path: root/src/mesa/vbo/vbo_exec.h
diff options
context:
space:
mode:
authorKeith Whitwell <keith@tungstengraphics.com>2006-10-30 17:12:05 +0000
committerKeith Whitwell <keith@tungstengraphics.com>2006-10-30 17:12:05 +0000
commite8abd098b36c30d76b4c396970fd793ae58e0702 (patch)
tree6771c25a9268c3e6379bedc0d334bc0c65619afa /src/mesa/vbo/vbo_exec.h
parent48f5deab94be832a782a440f55a7bc742d50a62f (diff)
Remove wakeup functions. This code is intended to be active all the
time.
Diffstat (limited to 'src/mesa/vbo/vbo_exec.h')
-rw-r--r--src/mesa/vbo/vbo_exec.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mesa/vbo/vbo_exec.h b/src/mesa/vbo/vbo_exec.h
index 72855d267e..ef158de825 100644
--- a/src/mesa/vbo/vbo_exec.h
+++ b/src/mesa/vbo/vbo_exec.h
@@ -146,7 +146,6 @@ void vbo_exec_init( GLcontext *ctx );
void vbo_exec_destroy( GLcontext *ctx );
void vbo_exec_invalidate_state( GLcontext *ctx, GLuint new_state );
void vbo_exec_FlushVertices( GLcontext *ctx, GLuint flags );
-void vbo_exec_wakeup( GLcontext *ctx );
/* Internal functions: