mi: Remove unused miAllocateGCPrivateIndex
Reviewed-by: Matt Turner <mattst88@gmail.com> Signed-off-by: Adam Jackson <ajax@redhat.com>
This commit is contained in:
@@ -283,17 +283,6 @@ miScreenInit(
|
||||
return miScreenDevPrivateInit(pScreen, width, pbits);
|
||||
}
|
||||
|
||||
static DevPrivateKeyRec privateKeyRec;
|
||||
#define privateKey (&privateKeyRec)
|
||||
|
||||
DevPrivateKey
|
||||
miAllocateGCPrivateIndex(void)
|
||||
{
|
||||
if (!dixRegisterPrivateKey(&privateKeyRec, PRIVATE_GC, 0))
|
||||
return NULL;
|
||||
return privateKey;
|
||||
}
|
||||
|
||||
DevPrivateKeyRec miZeroLineScreenKeyRec;
|
||||
|
||||
void
|
||||
|
||||
Reference in New Issue
Block a user