summaryrefslogtreecommitdiff
path: root/chart2
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-08-03 15:13:07 +0200
committerNoel Grandin <noel@peralex.com>2015-08-04 08:55:56 +0200
commit3ff2e30ff671aa43891968d21aa2e17774e47baf (patch)
treec6e667227082c2c94a4b6034caeda2c3c659378d /chart2
parent8e08edb1d9b774b51c81b13a5f374b99c75e54fe (diff)
cui,connectivity: inline some use-once typedefs
Change-Id: I1b043031014a3e823cd614966984a2ac2be1ac71
Diffstat (limited to 'chart2')
-rw-r--r--chart2/source/view/main/OpenGLRender.hxx4
1 files changed, 1 insertions, 3 deletions
diff --git a/chart2/source/view/main/OpenGLRender.hxx b/chart2/source/view/main/OpenGLRender.hxx
index 910c86298962..dae190ae84d0 100644
--- a/chart2/source/view/main/OpenGLRender.hxx
+++ b/chart2/source/view/main/OpenGLRender.hxx
@@ -42,8 +42,6 @@ struct Bubble2DPointList
float yScale;
};
-typedef std::vector<GLfloat> Bubble2DCircle;
-
struct RectanglePointList
{
float points[12];
@@ -159,7 +157,7 @@ private:
glm::vec4 m_2DColor;
- Bubble2DCircle m_Bubble2DCircle;
+ std::vector<GLfloat> m_Bubble2DCircle;
std::list <Bubble2DPointList> m_Bubble2DShapePointList;
GLint m_CommonProID;