fb: drop obsolete fbGetExpose() macro
Hasn't been used since 15 years so, probably should was forgotten to clean up.
See: bbbf795e6b
Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
This commit is contained in:
parent
abaf937693
commit
879589060c
1
fb/fb.h
1
fb/fb.h
|
@ -371,7 +371,6 @@ typedef struct {
|
||||||
dixLookupPrivate(&(pGC)->devPrivates, fbGetGCPrivateKey(pGC)))
|
dixLookupPrivate(&(pGC)->devPrivates, fbGetGCPrivateKey(pGC)))
|
||||||
|
|
||||||
#define fbGetCompositeClip(pGC) ((pGC)->pCompositeClip)
|
#define fbGetCompositeClip(pGC) ((pGC)->pCompositeClip)
|
||||||
#define fbGetExpose(pGC) ((pGC)->fExpose)
|
|
||||||
|
|
||||||
#define fbGetScreenPixmap(s) ((PixmapPtr) (s)->devPrivate)
|
#define fbGetScreenPixmap(s) ((PixmapPtr) (s)->devPrivate)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue