diff --git a/src/gnome-shell-extension-prefs.c b/src/gnome-shell-extension-prefs.c index 5876121ef..7ff728e1e 100644 --- a/src/gnome-shell-extension-prefs.c +++ b/src/gnome-shell-extension-prefs.c @@ -2,7 +2,6 @@ #include "config.h" -#include #include #include @@ -18,8 +17,6 @@ main (int argc, char *argv[]) bind_textdomain_codeset (GETTEXT_PACKAGE, "UTF-8"); textdomain (GETTEXT_PACKAGE); - g_irepository_prepend_search_path (GNOME_SHELL_PKGLIBDIR); - context = g_object_new (GJS_TYPE_CONTEXT, "search-path", search_path, NULL); diff --git a/src/gnome-shell-portal-helper.c b/src/gnome-shell-portal-helper.c index 94eeecb38..a0bebb216 100644 --- a/src/gnome-shell-portal-helper.c +++ b/src/gnome-shell-portal-helper.c @@ -2,7 +2,6 @@ #include "config.h" -#include #include #include @@ -18,8 +17,6 @@ main (int argc, char *argv[]) bind_textdomain_codeset (GETTEXT_PACKAGE, "UTF-8"); textdomain (GETTEXT_PACKAGE); - g_irepository_prepend_search_path (GNOME_SHELL_PKGLIBDIR); - context = g_object_new (GJS_TYPE_CONTEXT, "search-path", search_path, NULL);