[Pkg-mozext-commits] [tabmixplus] 08/27: Remove unused code

David Prévot taffit at moszumanska.debian.org
Fri Dec 26 01:04:29 UTC 2014


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to branch master
in repository tabmixplus.

commit 46e234d5054e95e0344b76e34e9c2f2f6a01745c
Author: onemen <tabmix.onemen at gmail.com>
Date:   Mon Nov 10 14:45:13 2014 +0200

    Remove unused code
---
 chrome/content/about.js  | 1 -
 chrome/content/about.xul | 1 -
 2 files changed, 2 deletions(-)

diff --git a/chrome/content/about.js b/chrome/content/about.js
index 02c3e59..54a9672 100644
--- a/chrome/content/about.js
+++ b/chrome/content/about.js
@@ -13,7 +13,6 @@ function init() {
   }
   var acceptButton = document.documentElement.getButton("accept");
   acceptButton.label = extensionsStrings.getString("aboutWindowCloseButton");
-  var descriptionString =  document.getElementById("descriptionString");
   var extensionDescription = document.getElementById("extensionDescription");
   extensionDescription.value = addon.description;
 }
diff --git a/chrome/content/about.xul b/chrome/content/about.xul
index 3174770..4126ec8 100644
--- a/chrome/content/about.xul
+++ b/chrome/content/about.xul
@@ -20,7 +20,6 @@
 
   <stringbundleset id="aboutSet">
     <stringbundle id="extensionsStrings" src="chrome://mozapps/locale/extensions/extensions.properties"/>
-    <stringbundle id="descriptionString" src="chrome://tabmixplus/locale/tabmix.properties" />
   </stringbundleset>
 
   <vbox id="clientBox" flex="1">

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mozext/tabmixplus.git



More information about the Pkg-mozext-commits mailing list