summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAdam Jackson <ajax@redhat.com>2011-02-28 12:32:53 -0500
committerPeter Hutterer <peter.hutterer@who-t.net>2011-03-01 10:56:17 +1000
commitedcceedbd35df576929685767d0b619659e5b020 (patch)
tree2d5a109b3b092f172c0384550e034104a01f6629 /include
parentc2207d11f243900bc2f641e08d80da63d84e97a8 (diff)
xext: Remove XCALIBRATE extension
Nobody can have been using this, it's never called from extension init. XI2 device properties should now be a functional replacement. Signed-off-by: Adam Jackson <ajax@redhat.com> Reviewed-by: Peter Hutterer <peter.hutterer@who-t.net> Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
Diffstat (limited to 'include')
-rw-r--r--include/protocol-versions.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/protocol-versions.h b/include/protocol-versions.h
index c8c7f5fc0..cfba8abea 100644
--- a/include/protocol-versions.h
+++ b/include/protocol-versions.h
@@ -104,10 +104,6 @@
#define SERVER_WINDOWSWM_MINOR_VERSION 0
#define SERVER_WINDOWSWM_PATCH_VERSION 0
-/* Xcalibrate */
-#define SERVER_XCALIBRATE_MAJOR_VERSION 0
-#define SERVER_XCALIBRATE_MINOR_VERSION 1
-
/* DGA */
#define SERVER_XDGA_MAJOR_VERSION 2
#define SERVER_XDGA_MINOR_VERSION 0