extensionPrefs: Remove unused files

We include the regular Config module from js/misc, not the stripped-down
copy that was added in commit c8a4a9168.

https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/1109
This commit is contained in:
Florian Müllner 2020-03-19 23:24:34 +01:00 committed by Georges Basile Stavracas Neto
parent 3a52bfbc0f
commit 3d69fa8b9c
2 changed files with 0 additions and 10 deletions

View File

@ -1,2 +0,0 @@
/* The version of this package */
var PACKAGE_VERSION = '@PACKAGE_VERSION@';

View File

@ -1,8 +0,0 @@
jsconf = configuration_data()
jsconf.set('PACKAGE_VERSION', meson.project_version())
extensions_config = configure_file(
input: 'config.js.in',
output: 'config.js',
configuration: jsconf
)