Bug #2428: #ifdef GLX_DIRECT_RENDERING in DRI drivers is pointless.

This commit is contained in:
Adam Jackson
2005-01-31 23:40:05 +00:00
parent fc4cabbfa8
commit 886280763c
65 changed files with 3 additions and 223 deletions

View File

@@ -25,8 +25,6 @@
*/
#ifdef GLX_DIRECT_RENDERING
#include <assert.h>
#include <stdarg.h>
#include <unistd.h>
@@ -1689,5 +1687,3 @@ driCalculateSwapUsage( __DRIdrawablePrivate *dPriv, int64_t last_swap_ust,
}
/*@}*/
#endif /* GLX_DIRECT_RENDERING */