[PATCH libdrm 9/8] Remove drmSetDebugMsgFunction and related infrastructure

2015-03-20 Thread Emil Velikov
On 18 March 2015 at 18:37, Jan Vesely wrote: > Not used anywhere > Some information from my digging around: Function was added with commit 79038751ffe(libdrm: add support for server side functionality in libdrm). It's not referenced even once in the history of the following projects - xserver -

[PATCH libdrm 9/8] Remove drmSetDebugMsgFunction and related infrastructure

2015-03-20 Thread Jan Vesely
On Fri, 2015-03-20 at 21:06 +, Emil Velikov wrote: > On 18 March 2015 at 18:37, Jan Vesely wrote: > > Not used anywhere > > > Some information from my digging around: > > Function was added with commit 79038751ffe(libdrm: add support for > server side functionality in libdrm). > It's not refe

[PATCH libdrm 9/8] Remove drmSetDebugMsgFunction and related infrastructure

2015-03-18 Thread Jan Vesely
Not used anywhere Signed-off-by: Jan Vesely --- xf86drm.c | 13 + 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/xf86drm.c b/xf86drm.c index a309d57..ab472ea 100644 --- a/xf86drm.c +++ b/xf86drm.c @@ -114,11 +114,6 @@ drmDebugPrint(const char *format, va_list ap)