aboutsummaryrefslogtreecommitdiff
path: root/include/backend
diff options
context:
space:
mode:
Diffstat (limited to 'include/backend')
-rw-r--r--include/backend/backend.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/include/backend/backend.h b/include/backend/backend.h
deleted file mode 100644
index f920cc9f..00000000
--- a/include/backend/backend.h
+++ /dev/null
@@ -1,8 +0,0 @@
-#ifndef BACKEND_H
-#define BACKEND_H
-
-#include <wlr/backend.h>
-
-int backend_get_drm_fd(struct wlr_backend *backend);
-
-#endif