diff --git a/interface/src/Application.cpp b/interface/src/Application.cpp index fd0ff6ab11..b1a9f305d3 100644 --- a/interface/src/Application.cpp +++ b/interface/src/Application.cpp @@ -3105,7 +3105,6 @@ QImage Application::renderAvatarBillboard(RenderArgs* renderArgs) { const int BILLBOARD_SIZE = 64; // TODO: Pass a RenderArgs to renderAvatarBillboard - auto lodManager = DependencyManager::get(); renderRearViewMirror(renderArgs, QRect(0, _glWidget->getDeviceHeight() - BILLBOARD_SIZE, BILLBOARD_SIZE, BILLBOARD_SIZE), true);