From 90031432da2e432cdffdd4ecd7a495512b3092cf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20M=C3=BCllner?= Date: Mon, 3 Jul 2023 00:25:03 +0200 Subject: [PATCH] build: Remove left-over variable We no longer install a separate mode style, so the variable is now unused. Part-of: --- meson.build | 1 - 1 file changed, 1 deletion(-) diff --git a/meson.build b/meson.build index d7a5dff0..5dfe35c8 100644 --- a/meson.build +++ b/meson.build @@ -15,7 +15,6 @@ datadir = get_option('datadir') shelldir = join_paths(datadir, 'gnome-shell') extensiondir = join_paths(shelldir, 'extensions') modedir = join_paths(shelldir, 'modes') -themedir = join_paths(shelldir, 'theme') schemadir = join_paths(datadir, 'glib-2.0', 'schemas') sessiondir = join_paths(datadir, 'gnome-session', 'sessions')