summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/attrib.c
diff options
context:
space:
mode:
authorOliver McFadden <[email protected]>2012-09-11 09:05:06 +0300
committerOliver McFadden <[email protected]>2012-09-15 12:56:33 +0300
commit985b0cb22fc5e88e7f572c7ead86f15a21abaee0 (patch)
tree617cdb39af61d537ed5af71dc5f9d7e6ea6f8b2e /src/mesa/main/attrib.c
parentd6543599da925fcb6ae3b40cbe673d06a824d717 (diff)
mesa: remove FEATURE_attrib_stack define.
Signed-off-by: Oliver McFadden <[email protected]> Reviewed-by: Brian Paul <[email protected]>
Diffstat (limited to 'src/mesa/main/attrib.c')
-rw-r--r--src/mesa/main/attrib.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/mesa/main/attrib.c b/src/mesa/main/attrib.c
index 806cf09d8b6..b92c4652eac 100644
--- a/src/mesa/main/attrib.c
+++ b/src/mesa/main/attrib.c
@@ -178,9 +178,6 @@ struct texture_state
};
-#if FEATURE_attrib_stack
-
-
/**
* Allocate new attribute node of given type/kind. Attach payload data.
* Insert it into the linked list named by 'head'.
@@ -1609,9 +1606,6 @@ _mesa_init_attrib_dispatch(struct _glapi_table *disp)
}
-#endif /* FEATURE_attrib_stack */
-
-
/**
* Free any attribute state data that might be attached to the context.
*/