Commit 82a06a0a authored by Henri Verbeet's avatar Henri Verbeet Committed by Alexandre Julliard

wined3d: Get rid of the unused TRACE_STRIDED macro.

parent 01c28255
......@@ -863,12 +863,6 @@ do { \
#define checkGLcall(A) do {} while(0)
#endif
/* Trace vector and strided data information */
#define TRACE_STRIDED(si, name) do { if (si->use_map & (1 << name)) \
TRACE( #name " = (data {%#x:%p}, stride %d, format %s, stream %u)\n", \
si->elements[name].data.buffer_object, si->elements[name].data.addr, si->elements[name].stride, \
debug_d3dformat(si->elements[name].format->id), si->elements[name].stream_idx); } while(0)
/* Global variables */
extern const struct wined3d_matrix identity DECLSPEC_HIDDEN;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment