mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-10-31 22:25:21 -04:00
Removed unused fields
This commit is contained in:
parent
0c48ef5ad8
commit
c8a8ff66f2
2 changed files with 0 additions and 9 deletions
|
|
@ -6,7 +6,6 @@
|
|||
#include <assert.h>
|
||||
#include <wayland-server.h>
|
||||
#include <xf86drm.h>
|
||||
#include <sys/stat.h>
|
||||
#include <wlr/backend/session.h>
|
||||
#include <wlr/backend/interface.h>
|
||||
#include <wlr/interfaces/wlr_output.h>
|
||||
|
|
@ -119,12 +118,6 @@ struct wlr_backend *wlr_drm_backend_create(struct wl_display *display,
|
|||
|
||||
backend->fd = gpu_fd;
|
||||
|
||||
struct stat st;
|
||||
if (fstat(backend->fd, &st) < 0) {
|
||||
wlr_log_errno(L_ERROR, "Stat failed");
|
||||
}
|
||||
backend->dev = st.st_rdev;
|
||||
|
||||
backend->drm_invalidated.notify = drm_invalidated;
|
||||
wlr_session_signal_add(session, gpu_fd, &backend->drm_invalidated);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue