summaryrefslogtreecommitdiff
path: root/src/checkIn.js
diff options
context:
space:
mode:
authorDamián Nohales <damiannohales@gmail.com>2014-12-22 17:35:15 -0300
committerJonas Danielsson <jonas@threetimestwo.org>2015-01-05 04:15:50 -0500
commit898a7a6a5f853420322348111109d5a4860f445e (patch)
treed1caa6170b2ca10f313e828a952a596bff191cac /src/checkIn.js
parenta7353be3986fc3db657a2316f11a7c21af6e7f7f (diff)
downloadgnome-maps-898a7a6a5f853420322348111109d5a4860f445e.tar.gz
Use pkg.initGettext
This initializes gettext for us and declares "_", "C_" and "N_" functions implicitly. https://bugzilla.gnome.org/show_bug.cgi?id=733411
Diffstat (limited to 'src/checkIn.js')
-rw-r--r--src/checkIn.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/checkIn.js b/src/checkIn.js
index 42cd37e4..175a54b2 100644
--- a/src/checkIn.js
+++ b/src/checkIn.js
@@ -24,7 +24,6 @@ const GObject = imports.gi.GObject;
const Goa = imports.gi.Goa;
const Gtk = imports.gi.Gtk;
const Lang = imports.lang;
-const _ = imports.gettext.gettext;
const CheckInDialog = imports.checkInDialog;
const FacebookBackend = imports.facebookBackend;