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




commit 6568133f3a91f8d5bad0edf539654f168bfd9383
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]