mirror of
https://github.com/X11Libre/xserver.git
synced 2026-04-14 17:18:09 +00:00
dix: drop unused SetVendorRelease()
Not used anywhere, so no need to keep it around any longer. Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
This commit is contained in:
@@ -597,14 +597,6 @@ Dispatch(void)
|
||||
ResetOsBuffers();
|
||||
}
|
||||
|
||||
static int VendorRelease = VENDOR_RELEASE;
|
||||
|
||||
void
|
||||
SetVendorRelease(int release)
|
||||
{
|
||||
VendorRelease = release;
|
||||
}
|
||||
|
||||
Bool
|
||||
CreateConnectionBlock(void)
|
||||
{
|
||||
@@ -622,7 +614,7 @@ CreateConnectionBlock(void)
|
||||
/* Leave off the ridBase and ridMask, these must be sent with
|
||||
connection */
|
||||
|
||||
setup.release = VendorRelease;
|
||||
setup.release = VENDOR_RELEASE;
|
||||
/*
|
||||
* per-server image and bitmap parameters are defined in Xmd.h
|
||||
*/
|
||||
|
||||
@@ -267,11 +267,6 @@ FreeAllAtoms(void);
|
||||
extern _X_EXPORT void
|
||||
InitAtoms(void);
|
||||
|
||||
/* main.c */
|
||||
|
||||
extern _X_EXPORT void
|
||||
SetVendorRelease(int release);
|
||||
|
||||
/* events.c */
|
||||
|
||||
extern _X_EXPORT void
|
||||
|
||||
Reference in New Issue
Block a user