mirror of
https://github.com/X11Libre/xserver.git
synced 2026-03-24 03:44:06 +00:00
fb: fix unused function fbInitializeDrawable()
> ../fb/fbpixmap.c:32:20: warning: unused function 'fbInitializeDrawable' [-Wunused-function]
> 32 | static inline void fbInitializeDrawable(DrawablePtr pDrawable) {}
Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
This commit is contained in:
@@ -28,8 +28,6 @@
|
|||||||
|
|
||||||
#ifdef FB_DEBUG
|
#ifdef FB_DEBUG
|
||||||
static void fbInitializeDrawable(DrawablePtr pDrawable);
|
static void fbInitializeDrawable(DrawablePtr pDrawable);
|
||||||
#else
|
|
||||||
static inline void fbInitializeDrawable(DrawablePtr pDrawable) {}
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
PixmapPtr
|
PixmapPtr
|
||||||
|
|||||||
Reference in New Issue
Block a user