diff options
author | don bright <hugh.m.bright@gmail.com> | 2013-02-24 20:31:03 (GMT) |
---|---|---|
committer | don bright <hugh.m.bright@gmail.com> | 2013-02-24 20:31:03 (GMT) |
commit | eb2c0d38f22f781cf59ca7078bfec260148ca584 (patch) | |
tree | 7ad292ecdd1bbfdc260a4ef9663ef354e52c70c4 /src/GLView.h | |
parent | 76c5d5b55c66505af98ddbed70ca5e21719d3bb1 (diff) |
unify intializeGL(), remove duplicate code
Diffstat (limited to 'src/GLView.h')
-rw-r--r-- | src/GLView.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/GLView.h b/src/GLView.h index aa5a677..00d2da3 100644 --- a/src/GLView.h +++ b/src/GLView.h @@ -30,10 +30,8 @@ public: GLView(); void setRenderer(Renderer* r); Renderer *renderer; -/* - void initializeGL(); // -*/ + void initializeGL(); void resizeGL(int w, int h); void setGimbalCamera(const Eigen::Vector3d &pos, const Eigen::Vector3d &rot, double distance); |