Drop wl_drm again

In [1] we re-introduced a debug flag to enable wl_drm. Time has
passed and Xwayland + VA-API + amdvlk now all support
linux-dmabuf-v1.

[1]: https://github.com/swaywm/sway/pull/7916
This commit is contained in:
Simon Ser 2024-07-13 13:13:08 +02:00
parent 0153bc92ab
commit 1d4632f97f
3 changed files with 0 additions and 7 deletions

View file

@ -151,7 +151,6 @@ struct sway_debug {
bool noatomic; // Ignore atomic layout updates
bool txn_timings; // Log verbose messages about transactions
bool txn_wait; // Always wait for the timeout before applying
bool legacy_wl_drm; // Enable the legacy wl_drm interface
};
extern struct sway_debug debug;