diff options
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; |