[gnome-maps/wip/mlundblad/remove-fb-checkin-support: 2/3] 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: 2/3] checkIn: Don't intialize Facebook backend
- Date: Fri, 11 Jun 2021 21:41:30 +0000 (UTC)
commit e05aaf2fb61b08549707aedffcde666be0f0e102
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]