summaryrefslogtreecommitdiff
path: root/src/glx
diff options
context:
space:
mode:
Diffstat (limited to 'src/glx')
-rw-r--r--src/glx/dri_glx.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/glx/dri_glx.c b/src/glx/dri_glx.c
index d61ffa3b021..ae7e11c174b 100644
--- a/src/glx/dri_glx.c
+++ b/src/glx/dri_glx.c
@@ -199,8 +199,6 @@ glXGetDriverConfig(const char *driverName)
return dlsym(handle, "__driConfigOptions");
}
-#ifdef XDAMAGE_1_1_INTERFACE
-
static GLboolean
has_damage_post(Display * dpy)
{
@@ -274,8 +272,6 @@ static const __DRIdamageExtension damageExtension = {
.reportDamage = __glXReportDamage,
};
-#endif
-
static GLboolean
__glXDRIGetDrawableInfo(__DRIdrawable * drawable,
unsigned int *index, unsigned int *stamp,