diff options
author | Jeremy Bicha <jbicha@ubuntu.com> | 2018-12-10 16:49:41 -0500 |
---|---|---|
committer | Georges Basile Stavracas Neto <georges.stavracas@gmail.com> | 2019-01-07 14:13:37 +0000 |
commit | e5d8b6275ae64cbe9873572ebddea3add88ae406 (patch) | |
tree | 4cefc1ff0d4cd76d3b236bdea8530490596ea721 /panels/display/meson.build | |
parent | e326723474b92b5e8a2beda45a59530240cf45a4 (diff) | |
download | gnome-control-center-e5d8b6275ae64cbe9873572ebddea3add88ae406.tar.gz |
night-light: Drop the sunrise/sunset indicator
It's not in the latest design mockup:
https://gitlab.gnome.org/Teams/Design/settings-mockups/raw/master/displays/night-light.png
Diffstat (limited to 'panels/display/meson.build')
-rw-r--r-- | panels/display/meson.build | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/panels/display/meson.build b/panels/display/meson.build index ceeaaf531..bd4352b9b 100644 --- a/panels/display/meson.build +++ b/panels/display/meson.build @@ -25,13 +25,10 @@ sources = files( 'cc-display-config-manager-dbus.c', 'cc-display-config-manager.c', 'cc-night-light-dialog.c', - 'cc-night-light-widget.c', ) resource_data = files( - 'cc-night-light-dialog.ui', - 'icons/16x16/sunset.png', - 'icons/16x16/sunrise.png' + 'cc-night-light-dialog.ui' ) sources += gnome.compile_resources( |