Skip to content

Commit

Permalink
Commented broken code.
Browse files Browse the repository at this point in the history
  • Loading branch information
Alan Kligman committed Aug 4, 2011
1 parent 3062c79 commit 03827e7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/subsystem/graphics/paladin.subsystem.graphics.cubicvr.js
Expand Up @@ -198,6 +198,7 @@
Camera.prototype = new CubicVR.Camera();
Camera.prototype.constructor = Camera;

/*
var LayoutElement = this.LayoutElement = function( options ) {
options = options || {};
Expand All @@ -221,6 +222,7 @@
this.removeLayoutElement = function( element ) {
layout.removeSubview( element );
};
*/

/***
* Scene
Expand Down

0 comments on commit 03827e7

Please sign in to comment.