Kaydet (Commit) f9d9aceb authored tarafından Stephan Bergmann's avatar Stephan Bergmann

-Werror,-Wunused-private-field

Change-Id: If9f6ce2316498597978e3d401451a9fef01427ec
üst fe454926
......@@ -355,8 +355,6 @@ private:
std::vector <TextInfo> m_TextInfoList;
GLuint m_TextTexCoordBuf;
int m_uiSelectFrameCounter;
std::vector<glm::vec3> m_Vertices;
std::vector<glm::vec3> m_Normals;
......
......@@ -72,8 +72,7 @@ glm::vec4 getColorAsVector(sal_uInt32 nColor)
}
OpenGL3DRenderer::OpenGL3DRenderer():
m_uiSelectFrameCounter(0)
, m_fViewAngle(30.0f)
m_fViewAngle(30.0f)
, m_fHeightWeight(1.0f)
, mbPickingMode(false)
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment