X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FGLViewer%2FGLViewer_Grid.cxx;h=bb1a2c3300885f24c6fef479b80b07d9ca4b0768;hb=8091ffdec0e55752a16ec4d46ac1b944fc1e1ddf;hp=f8c8c4994606267f2b8916ca56aa735359a265b9;hpb=7d93c764f1cd3fbbe7db561b2e4b0bafa10bc0d4;p=modules%2Fgui.git diff --git a/src/GLViewer/GLViewer_Grid.cxx b/src/GLViewer/GLViewer_Grid.cxx index f8c8c4994..bb1a2c330 100644 --- a/src/GLViewer/GLViewer_Grid.cxx +++ b/src/GLViewer/GLViewer_Grid.cxx @@ -1,4 +1,4 @@ -// Copyright (C) 2007-2020 CEA/DEN, EDF R&D, OPEN CASCADE +// Copyright (C) 2007-2021 CEA/DEN, EDF R&D, OPEN CASCADE // // Copyright (C) 2003-2007 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN, // CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS @@ -56,11 +56,11 @@ GLViewer_Grid::GLViewer_Grid() : \param xPan and \param yPan - offsets along x and y direction \param xScale and \param yScal - scale factors along x and y direction */ -GLViewer_Grid::GLViewer_Grid( GLfloat width, GLfloat height, - GLfloat winW, GLfloat winH, - GLfloat xSize, GLfloat ySize, - GLfloat xPan, GLfloat yPan, - GLfloat xScale, GLfloat yScale ) : +GLViewer_Grid::GLViewer_Grid( GLfloat /*width*/, GLfloat /*height*/, + GLfloat /*winW*/, GLfloat /*winH*/, + GLfloat /*xSize*/, GLfloat /*ySize*/, + GLfloat /*xPan*/, GLfloat /*yPan*/, + GLfloat /*xScale*/, GLfloat /*yScale*/ ) : myGridList( 0 ), myGridHeight( (GLfloat)0.0 ), myGridWidth( (GLfloat)0.0 ), myWinW( (GLfloat)0.0 ), myWinH( (GLfloat)0.0 ), myXSize( (GLfloat)0.0 ), myYSize( (GLfloat)0.0 ), myXPan( (GLfloat)0.0 ), myYPan( (GLfloat)0.0 ), myXScale( (GLfloat)1.0 ), myYScale( (GLfloat)1.0 ),