randr: drop unused dummy RRCrtcGammaNotify()
Not called by anybody and been just a dummy for quite a while, 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:
parent
648b96e5d4
commit
00435fea20
|
@ -656,15 +656,6 @@ extern _X_EXPORT Bool
|
|||
extern _X_EXPORT Bool
|
||||
RRCrtcGammaGet(RRCrtcPtr crtc);
|
||||
|
||||
/*
|
||||
* Notify the extension that the Crtc gamma has been changed
|
||||
* The driver calls this whenever it has changed the gamma values
|
||||
* in the RRCrtcRec
|
||||
*/
|
||||
|
||||
extern _X_EXPORT Bool
|
||||
RRCrtcGammaNotify(RRCrtcPtr crtc);
|
||||
|
||||
/*
|
||||
* Set the size of the gamma table at server startup time
|
||||
*/
|
||||
|
|
|
@ -1005,19 +1005,6 @@ Bool RRCrtcExists(ScreenPtr pScreen, RRCrtcPtr findCrtc)
|
|||
return FALSE;
|
||||
}
|
||||
|
||||
|
||||
/*
|
||||
* Notify the extension that the Crtc gamma has been changed
|
||||
* The driver calls this whenever it has changed the gamma values
|
||||
* in the RRCrtcRec
|
||||
*/
|
||||
|
||||
Bool
|
||||
RRCrtcGammaNotify(RRCrtcPtr crtc)
|
||||
{
|
||||
return TRUE; /* not much going on here */
|
||||
}
|
||||
|
||||
static void
|
||||
RRModeGetScanoutSize(RRModePtr mode, PictTransformPtr transform,
|
||||
int *width, int *height)
|
||||
|
|
Loading…
Reference in New Issue