mirror of
https://github.com/X11Libre/xserver.git
synced 2026-03-24 05:54:08 +00:00
dix: make ProcBadRequest() static
Nobody outside tables.c is actually using it, so can be static. The function used to be _X_EXPORT'ed, but there's no indication that any external driver (not even proprietary NVidia) ever using it, so we can get away w/o ABI version bump. Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
This commit is contained in:
committed by
Enrico Weigelt
parent
48c72edf38
commit
9a920b8fc5
@@ -716,12 +716,6 @@ CreateConnectionBlock(void)
|
||||
return TRUE;
|
||||
}
|
||||
|
||||
int
|
||||
ProcBadRequest(ClientPtr client)
|
||||
{
|
||||
return BadRequest;
|
||||
}
|
||||
|
||||
int
|
||||
ProcCreateWindow(ClientPtr client)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user