[gnome-photos/wip/rishi/src-meson.build-clean-up: 1/5] build: Remove unused variable




commit cf5ed5f58cf8f6689a5d70fb0b12cc30dedc9783
Author: Debarshi Ray <debarshir gnome org>
Date:   Sat Mar 20 21:44:56 2021 +0100

    build: Remove unused variable
    
    https://gitlab.gnome.org/GNOME/gnome-photos/-/merge_requests/190

 src/meson.build | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)
---
diff --git a/src/meson.build b/src/meson.build
index 154f7d52..5ff697a1 100644
--- a/src/meson.build
+++ b/src/meson.build
@@ -93,8 +93,6 @@ libgnome_photos = shared_library(
 
 libgnome_photos_dep = declare_dependency(link_with: libgnome_photos, sources: libgnome_photos_built_headers)
 
-common_sources = []
-
 common_deps = [
   gdk_pixbuf_dep,
   gegl_dep,
@@ -106,7 +104,7 @@ common_deps = [
   libgnome_photos_dep,
 ]
 
-sources = common_sources + files(
+sources = files(
   'photos-application.c',
   'photos-base-manager.c',
   'photos-base-model.c',
@@ -415,7 +413,7 @@ executable(
   install_rpath: photos_libdir,
 )
 
-sources = common_sources + files(
+sources = files(
   'photos-pixbuf.c',
   'photos-thumbnailer.c',
   'photos-thumbnailer-main.c',


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