diff options
author | don bright <hugh.m.bright@gmail.com> | 2013-02-24 18:33:11 (GMT) |
---|---|---|
committer | don bright <hugh.m.bright@gmail.com> | 2013-02-24 18:33:11 (GMT) |
commit | 76c5d5b55c66505af98ddbed70ca5e21719d3bb1 (patch) | |
tree | 3576a2c3cd9d7f5182f594d1d4d9491f6371c55e /src/QGLView.h | |
parent | 707118ce9485f1c703bf6cc99bad3affc2a48c10 (diff) |
merge enable_opencsg_shaders into GLView, remove duplicate code
from QGLView and OffscreenView
Diffstat (limited to 'src/QGLView.h')
-rw-r--r-- | src/QGLView.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/QGLView.h b/src/QGLView.h index da96b6a..8152c35 100644 --- a/src/QGLView.h +++ b/src/QGLView.h @@ -38,9 +38,6 @@ public: void setOrthoMode(bool enabled) { this->orthomode = enabled; } std::string getRendererInfo() const; bool save(const char *filename); -#ifdef ENABLE_OPENCSG - void enable_opencsg_shaders(); -#endif public: QLabel *statusLabel; |