summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@googlemail.com>2014-04-29 01:12:49 +0200
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2014-04-29 02:15:44 +0200
commit769a268f3063ceafa43d84cd7e51c5cb1fc8b4c5 (patch)
treeaa2187a2b1f66a708a34868a8e8996453c9991c1
parentd48f90dd6e2e86daec445660e3c4b488f3dcdc32 (diff)
remove unused member variables
Change-Id: I4dc97659a3a5dc18e70d3daf1fc5b7894c0aa079
-rw-r--r--chart2/source/view/main/OpenGLRender.hxx30
1 files changed, 0 insertions, 30 deletions
diff --git a/chart2/source/view/main/OpenGLRender.hxx b/chart2/source/view/main/OpenGLRender.hxx
index 828720c35ffe..b9a3357de13c 100644
--- a/chart2/source/view/main/OpenGLRender.hxx
+++ b/chart2/source/view/main/OpenGLRender.hxx
@@ -246,36 +246,6 @@ private:
double m_dFreq;
- float m_fProcessXShape;
-
- float m_fReadPixel;
-
- float m_fProcess2DLine;
-
- float m_fSet2DLineProp;
-
- float m_fRender2DLine;
-
- float m_fProcess2DBubble;
-
- float m_fRender2DBubble;
-
- float m_fSet2DBubbleProp;
-
- float m_fProcessText;
-
- float m_fSetTextProp;
-
- float m_fRenderText;
-
- float m_fProcessRect;
-
- float m_fSetRectProp;
-
- float m_fRenderRect;
-
- float m_fInterationShapes;
-
int m_iWidth;
int m_iHeight;