summaryrefslogtreecommitdiff
path: root/src/mesa/main/texstore.c
diff options
context:
space:
mode:
authorBrian Paul <brianp@vmware.com>2009-10-28 21:52:37 -0600
committerBrian Paul <brianp@vmware.com>2009-10-28 21:52:37 -0600
commitc6bd5fae0c2af1256ad552d583d9659712807214 (patch)
treedbfaacb0df1b53b62f5637a8d0af9c7ee1f15f50 /src/mesa/main/texstore.c
parentbd36ca9b76bf7cba96fdef71b2ea73d3fa8dfd26 (diff)
mesa: remove old, unused #define
Diffstat (limited to 'src/mesa/main/texstore.c')
-rw-r--r--src/mesa/main/texstore.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mesa/main/texstore.c b/src/mesa/main/texstore.c
index 8ee378e667..36228e671f 100644
--- a/src/mesa/main/texstore.c
+++ b/src/mesa/main/texstore.c
@@ -1087,8 +1087,6 @@ _mesa_texstore_x8_z24(TEXSTORE_PARAMS)
}
-#define STRIDE_3D 0
-
/**
* Store a 16-bit integer depth component texture image.
*/