aboutsummaryrefslogtreecommitdiff
path: root/include/wlr/backend
diff options
context:
space:
mode:
authorSimon Ser <contact@emersion.fr>2022-11-03 18:30:27 +0100
committerAlexander Orzechowski <alex@ozal.ski>2022-11-15 21:16:25 +0000
commite7c556fcf61eb3121d741cd4da526b2619862678 (patch)
treef1e88c76540d0b69df786965517cad94d1aedb43 /include/wlr/backend
parent41b7acbab78597e2eb0724e415ed94b910d113c1 (diff)
backend: drop wlr_backend_get_session()
This no longer has purpose.
Diffstat (limited to 'include/wlr/backend')
-rw-r--r--include/wlr/backend/interface.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/wlr/backend/interface.h b/include/wlr/backend/interface.h
index d5bb9bca..8b922f1d 100644
--- a/include/wlr/backend/interface.h
+++ b/include/wlr/backend/interface.h
@@ -16,7 +16,6 @@
struct wlr_backend_impl {
bool (*start)(struct wlr_backend *backend);
void (*destroy)(struct wlr_backend *backend);
- struct wlr_session *(*get_session)(struct wlr_backend *backend);
clockid_t (*get_presentation_clock)(struct wlr_backend *backend);
int (*get_drm_fd)(struct wlr_backend *backend);
uint32_t (*get_buffer_caps)(struct wlr_backend *backend);