summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorErnestas Kulik <ernestask@src.gnome.org>2017-02-27 15:27:42 +0200
committerErnestas Kulik <ernestask@src.gnome.org>2017-02-27 16:47:51 +0200
commitec92b8ab602e910e906014cdaca88e92e4ac84e7 (patch)
treef9f5ea10562515d6e39297a869f62cb339dd75c2 /meson_options.txt
parent753e9d812cc33b5477418152abaa03795b9059c8 (diff)
downloadnautilus-ec92b8ab602e910e906014cdaca88e92e4ac84e7.tar.gz
general: remove empty view
Since testing is planned to be done with actual views and no one has built Nautilus with the empty view enabled recently, it is safe to say that it should go. This commit removes the empty view. https://bugzilla.gnome.org/show_bug.cgi?id=779255
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt3
1 files changed, 0 insertions, 3 deletions
diff --git a/meson_options.txt b/meson_options.txt
index b523b8966..902552717 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -15,9 +15,6 @@ option ('enable-xmp',
option ('enable-selinux',
type: 'boolean',
value: true)
-option ('enable-empty-view',
- type: 'boolean',
- value: false)
option ('enable-desktop',
type: 'boolean',
value: true)