summaryrefslogtreecommitdiff
path: root/src/mesa/main/api_exec.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mesa/main/api_exec.c')
-rw-r--r--src/mesa/main/api_exec.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/mesa/main/api_exec.c b/src/mesa/main/api_exec.c
index d9c306f2c34..bc5f71f0dd9 100644
--- a/src/mesa/main/api_exec.c
+++ b/src/mesa/main/api_exec.c
@@ -788,10 +788,6 @@ _mesa_create_exec_table(struct gl_context *ctx)
}
if (_mesa_is_desktop_gl(ctx)) {
- SET_FramebufferTextureFaceARB(exec, _mesa_FramebufferTextureFaceARB);
- }
-
- if (_mesa_is_desktop_gl(ctx)) {
SET_ClampColorARB(exec, _mesa_ClampColorARB);
}