aboutsummaryrefslogtreecommitdiff
path: root/include/wlr/backend.h
diff options
context:
space:
mode:
authorScott Anderson <ascent12@hotmail.com>2018-02-19 10:43:25 +1300
committerScott Anderson <ascent12@hotmail.com>2018-02-19 10:43:25 +1300
commitf27c0b44b882f7a837906e5b3376ad035cb51445 (patch)
treeb346e5a4b32fa48877a305e8b3989cb9a4929918 /include/wlr/backend.h
parent088028c570dd5b52f81069654166f0117667fac0 (diff)
Remove usec_to_msec from public API
Diffstat (limited to 'include/wlr/backend.h')
-rw-r--r--include/wlr/backend.h2
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