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/OffscreenView.h | |
parent | 76c5d5b55c66505af98ddbed70ca5e21719d3bb1 (diff) |
unify intializeGL(), remove duplicate code
Diffstat (limited to 'src/OffscreenView.h')
-rw-r--r-- | src/OffscreenView.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/OffscreenView.h b/src/OffscreenView.h index 0175dee..b073f89 100644 --- a/src/OffscreenView.h +++ b/src/OffscreenView.h @@ -17,7 +17,6 @@ class OffscreenView : public GLView public: OffscreenView(size_t width, size_t height); // not ~OffscreenView(); // not - void initializeGL(); // void paintGL(); // bool save(std::ostream &output); OffscreenContext *ctx; // not |