Remove usec_to_msec from public API

This commit is contained in:
Scott Anderson 2018-02-19 10:43:25 +13:00
parent 088028c570
commit f27c0b44b8
4 changed files with 6 additions and 6 deletions

View file

@ -83,4 +83,6 @@ void handle_tablet_pad_ring(struct libinput_event *event,
void handle_tablet_pad_strip(struct libinput_event *event,
struct libinput_device *device);
uint32_t usec_to_msec(uint64_t usec);
#endif