From 8274b8e4b121c3dc3bfd5d0fa4f85bc23f5c09a0 Mon Sep 17 00:00:00 2001 From: Alan Coopersmith Date: Wed, 28 Jun 2006 22:26:50 +0000 Subject: Remove prototype for XauGetAuthByName to clear lint warning: name declared but never used or defined Fix sparse warnings: -warning: Using plain integer as NULL pointer -warning: non-ANSI definition of function --- include/X11/Xauth.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'include') diff --git a/include/X11/Xauth.h b/include/X11/Xauth.h index fa9c96b..181618a 100644 --- a/include/X11/Xauth.h +++ b/include/X11/Xauth.h @@ -81,10 +81,6 @@ FILE* /* auth_file */, Xauth* /* auth */ ); -Xauth *XauGetAuthByName( -_Xconst char* /* display_name */ -); - Xauth *XauGetAuthByAddr( #if NeedWidePrototypes unsigned int /* family */, -- cgit v1.2.3