From 544c4fc14bca0e670ed1d59569f22c5d4a643c72 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Wed, 1 Oct 2014 08:13:30 +0200 Subject: fdo#82577: Handle KeyPress It appears that this became unnecessary at some point Change-Id: Iee7c09d00f8dee79f51f0a93b8f5f16137c9c626 --- include/postx.h | 8 -------- 1 file changed, 8 deletions(-) (limited to 'include/postx.h') diff --git a/include/postx.h b/include/postx.h index ec0b826c2c60..36cf120fa306 100644 --- a/include/postx.h +++ b/include/postx.h @@ -37,14 +37,6 @@ #undef InitializeToken #undef NextRequest -#ifdef KeyPress -#if KeyPress != 2 -Error KeyPress must be Equal 2 -#endif -#undef KeyPress -#endif -#define XLIB_KeyPress 2 - #endif /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ -- cgit