diff options
Diffstat (limited to 'src/sna/sna_dri.c')
-rw-r--r-- | src/sna/sna_dri.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/sna/sna_dri.c b/src/sna/sna_dri.c index 75c66b7a..405a7cd2 100644 --- a/src/sna/sna_dri.c +++ b/src/sna/sna_dri.c @@ -46,11 +46,6 @@ USE OR OTHER DEALINGS IN THE SOFTWARE. #include <i915_drm.h> #include <dri2.h> -#if DEBUG_DRI -#undef DBG -#define DBG(x) ErrorF x -#endif - #if DRI2INFOREC_VERSION <= 2 #error DRI2 version supported by the Xserver is too old #endif |