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



commit 9250bc6c67fd0bf7c8dd29d80c51b08bb8efe3d9
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, 1425 deletions(-)
---
diff --git a/panels/background/cc-background-item.c b/panels/background/cc-background-item.c
index 13c65837d..c547cb150 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 847bd8256..faa44830f 100644
--- a/panels/background/meson.build
+++ b/panels/background/meson.build
@@ -17,21 +17,11 @@ i18n.merge_file(
   install_dir: control_center_desktopdir
 )
 
-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]