[gnome-maps/wip/mlundblad/es6-modules: 15/24] geoclue: Stop using imports.mainloop




commit 4ece76a69a28f029277f1affc09d4cad7878e7e0
Author: Marcus Lundblad <ml dfupdate se>
Date:   Wed May 25 23:08:06 2022 +0200

    geoclue: Stop using imports.mainloop
    
    It was not being used in this module.

 src/geoclue.js | 1 -
 1 file changed, 1 deletion(-)
---
diff --git a/src/geoclue.js b/src/geoclue.js
index 3efee83d..7ef0373e 100644
--- a/src/geoclue.js
+++ b/src/geoclue.js
@@ -22,7 +22,6 @@
 import GObject from 'gi://GObject';
 import GClue from 'gi://Geoclue';
 import Gio from 'gi://Gio';
-const Mainloop = imports.mainloop;
 
 import {Place} from './place.js';
 import {Location} from './location.js';


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