[gnome-maps/wip/mlundblad/remove-fb-checkin-support: 5/8] checkIn: Don't intialize Facebook backend
- From: Marcus Lundblad <mlundblad src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-maps/wip/mlundblad/remove-fb-checkin-support: 5/8] checkIn: Don't intialize Facebook backend
- Date: Sun, 13 Jun 2021 20:29:03 +0000 (UTC)
commit c9e21c74bcc50a1be25a8b2381bd3c8472978cc5
Author: Marcus Lundblad <ml update uu se>
Date: Fri Jun 11 23:34:33 2021 +0200
checkIn: Don't intialize Facebook backend
src/checkIn.js | 4 ----
1 file changed, 4 deletions(-)
---
diff --git a/src/checkIn.js b/src/checkIn.js
index e314da7a..cc2f119c 100644
--- a/src/checkIn.js
+++ b/src/checkIn.js
@@ -24,7 +24,6 @@ const Goa = imports.gi.Goa;
const Gtk = imports.gi.Gtk;
const CheckInDialog = imports.checkInDialog;
-const FacebookBackend = imports.facebookBackend;
const FoursquareBackend = imports.foursquareBackend;
var CheckInManager = GObject.registerClass({
@@ -66,9 +65,6 @@ var CheckInManager = GObject.registerClass({
}
_initBackends() {
- let facebookBackend = new FacebookBackend.FacebookBackend();
- this._backends[facebookBackend.name] = facebookBackend;
-
let foursquareBackend = new FoursquareBackend.FoursquareBackend();
this._backends[foursquareBackend.name] = foursquareBackend;
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]