From f09cbca00b62d4512fd7a1a6ed10b61acaab801b Mon Sep 17 00:00:00 2001 From: Jeffrey Ventrella Date: Mon, 20 May 2013 12:12:46 -0700 Subject: [PATCH] cleanup --- interface/src/Application.cpp | 1 - interface/src/Application.h | 2 -- 2 files changed, 3 deletions(-) diff --git a/interface/src/Application.cpp b/interface/src/Application.cpp index c822038e87..dda6095c75 100644 --- a/interface/src/Application.cpp +++ b/interface/src/Application.cpp @@ -1710,7 +1710,6 @@ void Application::displaySide(Camera& whichCamera) { // Render my own Avatar _myAvatar.render(_lookingInMirror, _myCamera.getPosition()); - //_avatarRenderer.render(); } // Render the world box diff --git a/interface/src/Application.h b/interface/src/Application.h index e4849ae14f..3818850e13 100644 --- a/interface/src/Application.h +++ b/interface/src/Application.h @@ -187,8 +187,6 @@ private: Avatar _myAvatar; // The rendered avatar of oneself - //AvatarRenderer _avatarRenderer; - Camera _myCamera; // My view onto the world Camera _viewFrustumOffsetCamera; // The camera we use to sometimes show the view frustum from an offset mode