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/OffscreenView.h | |
parent | 707118ce9485f1c703bf6cc99bad3affc2a48c10 (diff) |
merge enable_opencsg_shaders into GLView, remove duplicate code
from QGLView and OffscreenView
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 fd7c9bd..0175dee 100644 --- a/src/OffscreenView.h +++ b/src/OffscreenView.h @@ -25,7 +25,6 @@ public: bool save(const char *filename); std::string getRendererInfo() const; #ifdef ENABLE_OPENCSG - void enable_opencsg_shaders(); void display_opencsg_warning(); #endif }; |