diff options
author | Brian Paul <[email protected]> | 2004-05-12 15:02:49 +0000 |
---|---|---|
committer | Brian Paul <[email protected]> | 2004-05-12 15:02:49 +0000 |
commit | 71e373f18648584ade680bca7840a57e0d3cb725 (patch) | |
tree | dee9561eb95f812a02dde130897c9039628842d7 /src/mesa/main/texformat.h | |
parent | 5726a238d4d0d6dbe19ddb58cd07f7eeefb58fa2 (diff) |
remove last remnants of NEWTEXSTORE stuff
Diffstat (limited to 'src/mesa/main/texformat.h')
-rw-r--r-- | src/mesa/main/texformat.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mesa/main/texformat.h b/src/mesa/main/texformat.h index e67e13b7383..8cfd4e8265e 100644 --- a/src/mesa/main/texformat.h +++ b/src/mesa/main/texformat.h @@ -34,8 +34,6 @@ #ifndef TEXFORMAT_H #define TEXFORMAT_H -#define NEWTEXSTORE 1 - #include "mtypes.h" |