os: unexport TimerInit() and TimerForce()

These functions aren't used by and drivers (and TimerInit() shouldn't be
be called from modules at all), thus unexport them.

Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
Part-of: <https://gitlab.freedesktop.org/xorg/xserver/-/merge_requests/1330>
This commit is contained in:
Enrico Weigelt, metux IT consult
2024-02-23 17:08:30 +01:00
committed by Marge Bot
parent 0f37f6fb4c
commit ceb60b0cda
3 changed files with 5 additions and 4 deletions

View File

@@ -184,10 +184,6 @@ typedef CARD32 (*OsTimerCallback) (OsTimerPtr timer,
CARD32 time,
void *arg);
extern _X_EXPORT void TimerInit(void);
extern _X_EXPORT Bool TimerForce(OsTimerPtr /* timer */ );
#define TimerAbsolute (1<<0)
#define TimerForceOld (1<<1)