From 43a6a0420bdc650f9e10ca01cd34e013648d9a86 Mon Sep 17 00:00:00 2001 From: Sam Gateau Date: Fri, 14 Nov 2014 12:24:38 -0800 Subject: [PATCH] remove useless comments --- interface/src/Application.h | 1 - 1 file changed, 1 deletion(-) diff --git a/interface/src/Application.h b/interface/src/Application.h index 178849eec4..8ffad07122 100644 --- a/interface/src/Application.h +++ b/interface/src/Application.h @@ -262,7 +262,6 @@ public: QImage renderAvatarBillboard(); - // void displaySide(Camera& whichCamera, bool selfAvatarOnly = false); void displaySide(Camera& whichCamera, bool selfAvatarOnly = false, RenderArgs::RenderSide renderSide = RenderArgs::MONO); /// Stores the current modelview matrix as the untranslated view matrix to use for transforms and the supplied vector as