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:
parent
3a52bfbc0f
commit
3d69fa8b9c
@ -1,2 +0,0 @@
|
||||
/* The version of this package */
|
||||
var PACKAGE_VERSION = '@PACKAGE_VERSION@';
|
@ -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
|
||||
)
|
Loading…
Reference in New Issue
Block a user