diff --git a/js/ui/environment.js b/js/ui/environment.js index 83743eeb2e865988e508cb57d6d0a746030f1c37..f4ff303d7e77d40c3cbb70151b850815cf7737f4 100644 --- a/js/ui/environment.js +++ b/js/ui/environment.js @@ -34,7 +34,6 @@ Gio._promisify(Gio.File.prototype, 'query_info_async'); Gio._promisify(Polkit.Permission, 'new'); Gio._promisify(Shell.App.prototype, 'activate_action'); Gio._promisify(Meta.Backend.prototype, 'set_keymap_async'); -Gio._promisify(Meta.Backend.prototype, 'set_keymap_layout_group_async'); // We can't import shell JS modules yet, because they may have // variable initializations, etc, that depend on this file's