[polari] joinDialog: Remove unused constants
- From: Florian Müllner <fmuellner src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [polari] joinDialog: Remove unused constants
- Date: Sat, 28 Sep 2013 23:57:32 +0000 (UTC)
commit 8b592e9a20f9e236584578e63cacc263b44c6259
Author: Florian Müllner <fmuellner gnome org>
Date: Sat Sep 28 22:33:36 2013 +0200
joinDialog: Remove unused constants
Those are left-overs from code that got moved elsewhere.
src/joinDialog.js | 6 ------
1 files changed, 0 insertions(+), 6 deletions(-)
---
diff --git a/src/joinDialog.js b/src/joinDialog.js
index 11ec146..0bb22de 100644
--- a/src/joinDialog.js
+++ b/src/joinDialog.js
@@ -1,16 +1,10 @@
const Gio = imports.gi.Gio;
const GLib = imports.gi.GLib;
const Gtk = imports.gi.Gtk;
-const Tp = imports.gi.TelepathyGLib;
const AccountsMonitor = imports.accountsMonitor;
const Lang = imports.lang;
-const MAX_RETRIES = 3;
-
-const TP_ERROR_PREFIX = 'org.freedesktop.Telepathy.Error.'
-const TP_ERROR_ALREADY_CONNECTED = TP_ERROR_PREFIX + 'AlreadyConnected';
-
const TP_CURRENT_TIME = GLib.MAXUINT32;
const JoinDialog = new Lang.Class({
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]