From db70fc673e385e2e80f7b82b8f2a050314769928 Mon Sep 17 00:00:00 2001 From: John Mayhew Date: Mon, 2 Apr 2012 15:29:52 -0700 Subject: Fixed compiler warnings --- js/helper-classes/RDGE/src/core/script/rendercontext.js | 3 --- 1 file changed, 3 deletions(-) (limited to 'js/helper-classes/RDGE/src/core/script/rendercontext.js') diff --git a/js/helper-classes/RDGE/src/core/script/rendercontext.js b/js/helper-classes/RDGE/src/core/script/rendercontext.js index 83c64473..02e185d8 100755 --- a/js/helper-classes/RDGE/src/core/script/rendercontext.js +++ b/js/helper-classes/RDGE/src/core/script/rendercontext.js @@ -91,9 +91,6 @@ RDGE.RenderContext = function () { enableNormalMapping = true; this.lights = [null, null, null, null]; - // the camera - this.cam; - // state settings - set functions in the array that set states or 'other' so long as it makes since this.stateSettings = []; }; -- cgit v1.2.3