mirror of
https://github.com/X11Libre/xserver.git
synced 2026-03-24 01:34:11 +00:00
fb: drop obsolete fbPolyFillArc and fbPolyRectangle defines
Those aliases haven't been used (outside fb core itself), since XAA removal
back 17 years ago, no no need to carry them in public interface any longer.
See: 703a9645f3
Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
This commit is contained in:
4
fb/fb.h
4
fb/fb.h
@@ -779,8 +779,6 @@ extern _X_EXPORT void
|
||||
fbPolyFillRect(DrawablePtr pDrawable,
|
||||
GCPtr pGC, int nrectInit, xRectangle *prectInit);
|
||||
|
||||
#define fbPolyFillArc miPolyFillArc
|
||||
|
||||
/*
|
||||
* fbfillsp.c
|
||||
*/
|
||||
@@ -885,8 +883,6 @@ extern _X_EXPORT void
|
||||
extern _X_EXPORT void
|
||||
fbPolySegment(DrawablePtr pDrawable, GCPtr pGC, int nseg, xSegment * pseg);
|
||||
|
||||
#define fbPolyRectangle miPolyRectangle
|
||||
|
||||
/*
|
||||
* fbpict.c
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user