diff options
author | Noel Grandin <noel@peralex.com> | 2014-10-01 08:13:30 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2014-10-01 12:20:47 +0200 |
commit | 544c4fc14bca0e670ed1d59569f22c5d4a643c72 (patch) | |
tree | 077a06221c9e39e5201518e9affd1f6bafc95566 /include | |
parent | c8ae1787c6315bd7a8513656626132f1140e77f9 (diff) |
fdo#82577: Handle KeyPress
It appears that this became unnecessary at some point
Change-Id: Iee7c09d00f8dee79f51f0a93b8f5f16137c9c626
Diffstat (limited to 'include')
-rw-r--r-- | include/postx.h | 8 |
1 files changed, 0 insertions, 8 deletions
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: */ |