mirror of
https://github.com/X11Libre/xserver.git
synced 2026-04-14 17:18:09 +00:00
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:
committed by
Marge Bot
parent
0f37f6fb4c
commit
ceb60b0cda
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user