diff options
author | Adam Jackson <[email protected]> | 2005-01-31 23:40:05 +0000 |
---|---|---|
committer | Adam Jackson <[email protected]> | 2005-01-31 23:40:05 +0000 |
commit | 886280763c8dfa7202bdacdeacf84ced69609b98 (patch) | |
tree | f54e00c88ca4d4dfdcc26062d85078312d20b937 /src/mesa/drivers/dri/r200/r200_ioctl.h | |
parent | fc4cabbfa89154bce97fa1c076f4426cd6e55b68 (diff) |
Bug #2428: #ifdef GLX_DIRECT_RENDERING in DRI drivers is pointless.
Diffstat (limited to 'src/mesa/drivers/dri/r200/r200_ioctl.h')
-rw-r--r-- | src/mesa/drivers/dri/r200/r200_ioctl.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/mesa/drivers/dri/r200/r200_ioctl.h b/src/mesa/drivers/dri/r200/r200_ioctl.h index 939dab36853..8927acd7faa 100644 --- a/src/mesa/drivers/dri/r200/r200_ioctl.h +++ b/src/mesa/drivers/dri/r200/r200_ioctl.h @@ -36,8 +36,6 @@ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. #ifndef __R200_IOCTL_H__ #define __R200_IOCTL_H__ -#ifdef GLX_DIRECT_RENDERING - #include "simple_list.h" #include "radeon_dri.h" #include "r200_lock.h" @@ -214,8 +212,4 @@ static __inline char *r200AllocCmdBuf( r200ContextPtr rmesa, return head; } - - - -#endif #endif /* __R200_IOCTL_H__ */ |