Kaydet (Commit) 07564f03 authored tarafından Markus Mohrhard's avatar Markus Mohrhard Kaydeden (comit) Markus Mohrhard

remove unused variables

Change-Id: I52be4e3a6539392bbe030e1a77fcbb61960eeab8
üst 4ccdfb50
......@@ -974,16 +974,6 @@ void OpenGLRender::SetHeight(int height)
m_Projection = glm::ortho(0.f, float(m_iWidth), 0.f, float(m_iHeight), -4.f, 3.f);
}
int OpenGLRender::GetWidth()
{
return m_iWidth;
}
int OpenGLRender::GetHeight()
{
return m_iHeight;
}
int OpenGLRender::CreateBMPHeader(sal_uInt8 *bmpHeader, int xsize, int ysize)
{
unsigned char header[BMP_HEADER_LEN] = {
......
......@@ -144,8 +144,6 @@ public:
int MoveModelf(PosVecf3 trans, PosVecf3 angle, PosVecf3 scale);
void SetWidth(int width);
void SetHeight(int height);
int GetWidth();
int GetHeight();
void Release();
int CreateBMPHeader(sal_uInt8 *bmpHeader, int xsize, int ysize);
int CreateBMPHeaderRGBA(sal_uInt8 *bmpHeader, int xsize, int ysize);
......
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