backend-drm: Remove unused variable

Its last usage was removed in 31838bf17e.
This commit is contained in:
Emmanuel Gil Peyrot
2019-12-09 02:36:42 +01:00
committed by Daniel Stone
parent f0cd00a855
commit b2f54d9f17
2 changed files with 0 additions and 4 deletions
-1
View File
@@ -262,7 +262,6 @@ struct drm_backend {
struct wl_list plane_list;
int sprites_are_broken;
int sprites_hidden;
void *repaint_data;
-3
View File
@@ -2669,9 +2669,6 @@ planes_binding(struct weston_keyboard *keyboard, const struct timespec *time,
if (b->atomic_modeset)
b->sprites_are_broken ^= 1;
break;
case KEY_O:
b->sprites_hidden ^= 1;
break;
default:
break;
}