xfree86: xf86Priv.h: unexport xf86ConfigFile field

Not used by any external drivers.

Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
This commit is contained in:
Enrico Weigelt, metux IT consult 2025-05-21 11:16:16 +02:00
parent 27c65bc678
commit 5ff825d55c
2 changed files with 2 additions and 1 deletions

View File

@ -71,4 +71,6 @@ void xf86SetLogVerbosity(int verb);
extern confDRIRec xf86ConfigDRI; extern confDRIRec xf86ConfigDRI;
extern const char *xf86ConfigFile;
#endif /* _xf86_config_h */ #endif /* _xf86_config_h */

View File

@ -42,7 +42,6 @@
* Parameters set ONLY from the command line options * Parameters set ONLY from the command line options
* The global state of these things is held in xf86InfoRec (when appropriate). * The global state of these things is held in xf86InfoRec (when appropriate).
*/ */
extern _X_EXPORT const char *xf86ConfigFile;
extern _X_EXPORT const char *xf86ConfigDir; extern _X_EXPORT const char *xf86ConfigDir;
extern _X_EXPORT Bool xf86AllowMouseOpenFail; extern _X_EXPORT Bool xf86AllowMouseOpenFail;
extern _X_EXPORT Bool xf86AutoBindGPUDisabled; extern _X_EXPORT Bool xf86AutoBindGPUDisabled;