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