From a4a00217c972dfba59fb04a8a1d657b06161b7dc Mon Sep 17 00:00:00 2001 From: Sven Slootweg Date: Mon, 6 Aug 2012 04:12:29 +0200 Subject: [PATCH] Remove useless variable --- core.js | 1 - 1 file changed, 1 deletion(-) diff --git a/core.js b/core.js index fec313d..6a22cc7 100644 --- a/core.js +++ b/core.js @@ -22,7 +22,6 @@ Function.prototype.inheritsFrom = function(parentObject) /*Class*/ RadiumEngine = function() { this.version = "1.0"; - var blah = "derp"; var /*Exception*/ Exception = this.Exception = function(message) {