[gnome-maps/wip/mlundblad/osm-oauth-external: 3/4] application: Remove reference to WebKitGTK




commit fa5922014978a669c26a6461f24e2dec0ec1b64a
Author: Marcus Lundblad <ml dfupdate se>
Date:   Tue Apr 26 21:42:25 2022 +0200

    application: Remove reference to WebKitGTK

 src/application.js | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)
---
diff --git a/src/application.js b/src/application.js
index 888fde61..385061d5 100644
--- a/src/application.js
+++ b/src/application.js
@@ -27,7 +27,6 @@ const Gio = imports.gi.Gio;
 const Gtk = imports.gi.Gtk;
 const GtkClutter = imports.gi.GtkClutter;
 const Hdy = imports.gi.Handy;
-const WebKit2 = imports.gi.WebKit2;
 
 const ContactPlace = imports.contactPlace;
 const Format = imports.format;
@@ -55,8 +54,7 @@ var osmEdit = null;
 var normalStartup = true;
 var routeQuery = null;
 
-const _ensuredTypes = [WebKit2.WebView,
-                       OSMTypeSearchEntry.OSMTypeSearchEntry];
+const _ensuredTypes = [OSMTypeSearchEntry.OSMTypeSearchEntry];
 
 var Application = GObject.registerClass({
     Properties: {


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]