xfree86: xf86Priv.h: unexport xf86ConfigDir field
Not used by any external drivers. Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
This commit is contained in:
		
							parent
							
								
									828d5c825f
								
							
						
					
					
						commit
						6b3015cf9d
					
				|  | @ -72,5 +72,6 @@ void xf86SetLogVerbosity(int verb); | |||
| extern confDRIRec xf86ConfigDRI; | ||||
| 
 | ||||
| extern const char *xf86ConfigFile; | ||||
| extern const char *xf86ConfigDir; | ||||
| 
 | ||||
| #endif                          /* _xf86_config_h */ | ||||
|  |  | |||
|  | @ -42,7 +42,6 @@ | |||
|  * Parameters set ONLY from the command line options | ||||
|  * The global state of these things is held in xf86InfoRec (when appropriate). | ||||
|  */ | ||||
| extern _X_EXPORT const char *xf86ConfigDir; | ||||
| extern _X_EXPORT Bool xf86AllowMouseOpenFail; | ||||
| extern _X_EXPORT Bool xf86AutoBindGPUDisabled; | ||||
| 
 | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue