xfree86: xf86.h: drop unused xf86ServerIsResetting()

Not used anywhere, so no need to keep it anymore.

Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
This commit is contained in:
Enrico Weigelt, metux IT consult 2025-05-20 19:17:45 +02:00
parent 490e9eb19c
commit 7ecaeb7beb
3 changed files with 0 additions and 20 deletions

View File

@ -249,8 +249,6 @@ xf86GetFlipPixels(void);
extern _X_EXPORT Bool extern _X_EXPORT Bool
xf86ServerIsExiting(void); xf86ServerIsExiting(void);
extern _X_EXPORT Bool extern _X_EXPORT Bool
xf86ServerIsResetting(void);
extern _X_EXPORT Bool
xf86ServerIsOnlyDetecting(void); xf86ServerIsOnlyDetecting(void);
extern _X_EXPORT Bool extern _X_EXPORT Bool
xf86GetVidModeAllowNonLocal(void); xf86GetVidModeAllowNonLocal(void);

View File

@ -1383,12 +1383,6 @@ xf86ServerIsExiting(void)
return (dispatchException & DE_TERMINATE) == DE_TERMINATE; return (dispatchException & DE_TERMINATE) == DE_TERMINATE;
} }
Bool
xf86ServerIsResetting(void)
{
return xf86Resetting;
}
Bool Bool
xf86ServerIsOnlyDetecting(void) xf86ServerIsOnlyDetecting(void)
{ {

View File

@ -1987,18 +1987,6 @@ functions is as follows:
</para></blockquote> </para></blockquote>
<blockquote><para>
<programlisting>
Bool xf86ServerIsResetting();
</programlisting>
<blockquote><para>
Returns <constant>TRUE</constant> if the server is at the end of a
generation and is in the process of resetting, and
<constant>FALSE</constant> otherwise.
</para></blockquote>
</para></blockquote>
<blockquote><para> <blockquote><para>
<programlisting> <programlisting>
Bool xf86ServerIsOnlyProbing(); Bool xf86ServerIsOnlyProbing();