changeset 365:03a77e6d86cd

remove boilerplate that isn't necessary in an abstract class
author Myk Melez <myk@mozilla.org>
date Tue, 04 Nov 2008 21:32:43 -0800
parents 48d21192fe85
children d2636b3cd8e2 7ff9253ec3b4
files modules/target.js
diffstat 1 files changed, 0 insertions(+), 12 deletions(-) [+]
line wrap: on
line diff
--- a/modules/target.js	Tue Nov 04 19:09:11 2008 -0800
+++ b/modules/target.js	Tue Nov 04 21:32:43 2008 -0800
@@ -36,18 +36,6 @@
 
 let EXPORTED_SYMBOLS = ["SnowlTarget"];
 
-const Cc = Components.classes;
-const Ci = Components.interfaces;
-const Cr = Components.results;
-const Cu = Components.utils;
-
-// modules that come with Firefox
-
-// modules that are generic
-
-// modules that are Snowl-specific
-
-
 function SnowlTarget() {}
 
 SnowlTarget.prototype = {