diff options
Diffstat (limited to 'src/lib/evtimer.h')
-rw-r--r-- | src/lib/evtimer.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/src/lib/evtimer.h b/src/lib/evtimer.h index dfe09f0be..5999563d1 100644 --- a/src/lib/evtimer.h +++ b/src/lib/evtimer.h @@ -50,16 +50,6 @@ extern "C" { (etp)->et_vt.vt_func = NULL, \
(etp)->et_interval = (i))
-/**
- * Registers the invoking thread as listener on the timer event.
- */
-#define evtRegister(etp, el, eid) chEvtRegister(&(etp)->et_es, el, eid)
-
-/**
- * Unregisters the invoking thread as listener on the timer event.
- */
-#define evtUnregister(etp, el) chEvtUnregister(&(etp)->et_es, el)
-
#endif /* _EVTIMER_H_ */
/** @} */
|