From fc9de568bd6709c4f438177cb8063777dd1e992f Mon Sep 17 00:00:00 2001 From: Jordan Petridis Date: Sat, 1 Dec 2018 14:42:31 +0200 Subject: [PATCH] meson: remove dead code --- meson.build | 7 ------- 1 file changed, 7 deletions(-) diff --git a/meson.build b/meson.build index a0baf6c..f2d729d 100644 --- a/meson.build +++ b/meson.build @@ -1,6 +1,3 @@ -# Adatped from: -# https://gitlab.gnome.org/danigm/fractal/blob/6e2911f9d2353c99a18a6c19fab7f903c4bbb431/meson.build - project( 'gnome-podcasts', 'rust', version: '0.4.6', @@ -55,10 +52,6 @@ subdir('podcasts-gtk/po') podir = join_paths (meson.source_root (), 'podcasts-gtk', 'po') podcasts_version = meson.project_version() -version_array = podcasts_version.split('.') -podcasts_major_version = version_array[0].to_int() -podcasts_minor_version = version_array[1].to_int() -podcasts_version_micro = version_array[2].to_int() podcasts_prefix = get_option('prefix') podcasts_bindir = join_paths(podcasts_prefix, get_option('bindir'))