diff options
author | Scott Anderson <ascent12@hotmail.com> | 2018-02-19 10:43:25 +1300 |
---|---|---|
committer | Scott Anderson <ascent12@hotmail.com> | 2018-02-19 10:43:25 +1300 |
commit | f27c0b44b882f7a837906e5b3376ad035cb51445 (patch) | |
tree | b346e5a4b32fa48877a305e8b3989cb9a4929918 /include/wlr/backend.h | |
parent | 088028c570dd5b52f81069654166f0117667fac0 (diff) |
Remove usec_to_msec from public API
Diffstat (limited to 'include/wlr/backend.h')
-rw-r--r-- | include/wlr/backend.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/wlr/backend.h b/include/wlr/backend.h index 00dc9fdc..840c9ba4 100644 --- a/include/wlr/backend.h +++ b/include/wlr/backend.h @@ -23,6 +23,4 @@ void wlr_backend_destroy(struct wlr_backend *backend); struct wlr_egl *wlr_backend_get_egl(struct wlr_backend *backend); struct wlr_renderer *wlr_backend_get_renderer(struct wlr_backend *backend); -uint32_t usec_to_msec(uint64_t usec); - #endif |