aboutsummaryrefslogtreecommitdiffstats
path: root/sway/meson.build
diff options
context:
space:
mode:
authorLibravatar Alexander Orzechowski <orzechowski.alexander@gmail.com>2023-04-06 22:23:53 +0200
committerLibravatar Kirill Primak <vyivel@eclair.cafe>2024-01-18 18:36:54 +0300
commit1e018e72b4d57c8f354b9be9686a7a75797cdcab (patch)
tree46e6c588d30ddfc43793d1980b38b8d53bf9bdd7 /sway/meson.build
parentscene_graph: Port view saved buffers (diff)
downloadsway-1e018e72b4d57c8f354b9be9686a7a75797cdcab.tar.gz
sway-1e018e72b4d57c8f354b9be9686a7a75797cdcab.tar.zst
sway-1e018e72b4d57c8f354b9be9686a7a75797cdcab.zip
Delete old damage tracking code
The new scene graph abstraction handles this for us.
Diffstat (limited to 'sway/meson.build')
-rw-r--r--sway/meson.build1
1 files changed, 0 insertions, 1 deletions
diff --git a/sway/meson.build b/sway/meson.build
index 110de58c..1079c749 100644
--- a/sway/meson.build
+++ b/sway/meson.build
@@ -15,7 +15,6 @@ sway_sources = files(
15 'xdg_activation_v1.c', 15 'xdg_activation_v1.c',
16 'xdg_decoration.c', 16 'xdg_decoration.c',
17 17
18 'desktop/desktop.c',
19 'desktop/idle_inhibit_v1.c', 18 'desktop/idle_inhibit_v1.c',
20 'desktop/layer_shell.c', 19 'desktop/layer_shell.c',
21 'desktop/output.c', 20 'desktop/output.c',