Sidebar visual hints set as default

This commit is contained in:
Enrico Turri 2019-01-21 12:36:34 +01:00
parent cceff0c519
commit 012c681e67
5 changed files with 0 additions and 31 deletions

View file

@ -485,7 +485,6 @@ private:
GLVolumeCollection& operator=(const GLVolumeCollection &);
};
#if ENABLE_SIDEBAR_VISUAL_HINTS
class GLModel
{
protected:
@ -552,7 +551,6 @@ public:
protected:
virtual bool on_init(bool useVBOs);
};
#endif // ENABLE_SIDEBAR_VISUAL_HINTS
#if ENABLE_PRINT_BED_MODELS
class GLBed : public GLModel