diff options
Diffstat (limited to 'src/QGLView.h')
-rw-r--r-- | src/QGLView.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/QGLView.h b/src/QGLView.h index 77c5baf..5cb1872 100644 --- a/src/QGLView.h +++ b/src/QGLView.h @@ -43,11 +43,6 @@ public: public: QLabel *statusLabel; -#ifdef ENABLE_OPENCSG - bool opencsg_support; - int opencsg_id; -#endif - private: void init(); @@ -71,8 +66,6 @@ private: void normalizeAngle(GLdouble& angle); #ifdef ENABLE_OPENCSG - bool is_opencsg_capable; - bool has_shaders; private slots: void display_opencsg_warning(); #endif |