[gnome-weather] window: remove unused code
- From: Cosimo Cecchi <cosimoc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-weather] window: remove unused code
- Date: Thu, 7 Mar 2013 16:21:58 +0000 (UTC)
commit eec5ba1dd941dd95a78495b61342d2057641310b
Author: Cosimo Cecchi <cosimoc gnome org>
Date: Thu Mar 7 10:35:55 2013 -0500
window: remove unused code
https://bugzilla.gnome.org/show_bug.cgi?id=695367
src/window.js | 13 -------------
1 files changed, 0 insertions(+), 13 deletions(-)
---
diff --git a/src/window.js b/src/window.js
index 01e20db..12607a7 100644
--- a/src/window.js
+++ b/src/window.js
@@ -217,19 +217,6 @@ const MainWindow = new Lang.Class({
this._pageWidgets[Page.CITY][i].hide();
},
- get location() {
- return this._location;
- },
-
- set location(l) {
- this._location = l;
- this._info.location = l;
- this._header.title = makeTitle(l);
- this.update();
-
- this.notify('location');
- },
-
update: function() {
this._cityView.update();
},
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]