Skip to content

Commit

Permalink
Marked unused variables in drawscaleball.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
alanspencer committed Apr 14, 2020
1 parent 042c263 commit 70f0749
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion SPIERSview/src/drawglscaleball.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ void DrawGLScaleBall::initializeGL()
*/
void DrawGLScaleBall::draw(QMatrix4x4 vMatrix, QVector3D lPosition)
{

Q_UNUSED(vMatrix);
Q_UNUSED(lPosition);
}


0 comments on commit 70f0749

Please sign in to comment.