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




commit 371a1968a4c75a6513c43fe8e9545dac5454466a
Author: Marcus Lundblad <ml dfupdate se>
Date:   Thu May 26 22:01:25 2022 +0200

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

 src/turnPointMarker.js | 1 -
 1 file changed, 1 deletion(-)
---
diff --git a/src/turnPointMarker.js b/src/turnPointMarker.js
index 7548f6cf..5f0d9fda 100644
--- a/src/turnPointMarker.js
+++ b/src/turnPointMarker.js
@@ -22,7 +22,6 @@
 import Clutter from 'gi://Clutter';
 import Gdk from 'gi://Gdk';
 import GObject from 'gi://GObject';
-const Mainloop = imports.mainloop;
 
 import {Application} from './application.js';
 import * as Color from './color.js';


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