[gnome-control-center/wip/jsparber/background: 36/45] background: remove old source files and images form git



commit 7c9c93909be5571f2104160a5df7a2d88370bc7c
Author: Julian Sparber <julian sparber net>
Date:   Sat Feb 3 20:10:36 2018 +0100

    background: remove old source files and images form git
    
    https://bugzilla.gnome.org/show_bug.cgi?id=788515

 panels/background/bg-colors-source.c      |  256 --------
 panels/background/bg-colors-source.h      |   41 --
 panels/background/bg-pictures-source.c    |  997 -----------------------------
 panels/background/bg-pictures-source.h    |   50 --
 panels/background/cc-background-item.c    |    1 -
 panels/background/meson.build             |   10 -
 panels/background/noise-texture-light.png |  Bin 69136 -> 0 bytes
 panels/background/slideshow-symbolic.svg  |   70 --
 8 files changed, 0 insertions(+), 1425 deletions(-)
---
diff --git a/panels/background/cc-background-item.c b/panels/background/cc-background-item.c
index 13c6583..c547cb1 100644
--- a/panels/background/cc-background-item.c
+++ b/panels/background/cc-background-item.c
@@ -143,7 +143,6 @@ set_bg_properties (CcBackgroundItem *item)
 {
         GdkRGBA pcolor = { 0, 0, 0, 0 };
         GdkRGBA scolor = { 0, 0, 0, 0 };
-        GdkColor p, s;
 
         if (item->uri) {
                g_autoptr(GFile) file = NULL;
diff --git a/panels/background/meson.build b/panels/background/meson.build
index 847bd82..faa4483 100644
--- a/panels/background/meson.build
+++ b/panels/background/meson.build
@@ -18,20 +18,10 @@ i18n.merge_file(
 )
 
 install_data(
-  'slideshow-symbolic.svg',
-  install_dir: join_paths(control_center_icondir, 'hicolor', 'scalable', 'categories')
-)
-
-install_data(
   'slideshow-emblem.svg',
   install_dir: join_paths(control_center_icondir, 'hicolor', 'scalable', 'emblems')
 )
 
-install_data(
-  'noise-texture-light.png',
-  install_dir: join_paths(control_center_pkgdatadir, 'pixmaps')
-)
-
 common_sources = []
 
 enums = 'gdesktop-enums-types'


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]