3cb8a78
From 70cd71bc194060b58c0973ba931f69b4de0f698d Mon Sep 17 00:00:00 2001
3cb8a78
From: =?utf-8?q?S=C3=B8ren=20Sandmann=20Pedersen?= <sandmann@redhat.com>
3cb8a78
Date: Thu, 11 Sep 2008 14:28:25 -0400
3cb8a78
Subject: [PATCH] Comment out glxdri2.c
3cb8a78
3cb8a78
---
3cb8a78
 glx/glxdri2.c |    2 ++
3cb8a78
 1 files changed, 2 insertions(+), 0 deletions(-)
3cb8a78
3cb8a78
diff --git a/glx/glxdri2.c b/glx/glxdri2.c
3cb8a78
index 9a3bc1f..4862124 100644
3cb8a78
--- a/glx/glxdri2.c
3cb8a78
+++ b/glx/glxdri2.c
3cb8a78
@@ -1,3 +1,4 @@
3cb8a78
+#if 0
3cb8a78
 /*
3cb8a78
  * Copyright © 2007 Red Hat, Inc
3cb8a78
  *
3cb8a78
@@ -582,3 +583,4 @@ __GLXprovider __glXDRI2Provider = {
3cb8a78
     "DRI2",
3cb8a78
     NULL
3cb8a78
 };
3cb8a78
+#endif
3cb8a78
-- 
3cb8a78
1.6.0.1
3cb8a78