Code cleanup

This commit is contained in:
Enrico Turri 2018-06-27 12:49:38 +02:00
parent 8db4fdc24c
commit 06f44a9e4b
8 changed files with 0 additions and 200 deletions

View file

@ -401,11 +401,6 @@ private:
Model* m_model;
bool m_dirty;
//#################################################################################################################
// // the active member has been introduced to overcome a bug in wxWidgets method IsShownOnScreen() which always return true
// // when a window is inside a wxNotebook
// bool m_active;
//#################################################################################################################
bool m_initialized;
bool m_use_VBOs;
bool m_force_zoom_to_bed_enabled;
@ -446,22 +441,13 @@ private:
PerlCallback m_on_gizmo_scale_uniformly_callback;
public:
//#################################################################################################################
GLCanvas3D(wxGLCanvas* canvas);
// GLCanvas3D(wxGLCanvas* canvas, wxGLContext* context);
//#################################################################################################################
~GLCanvas3D();
bool init(bool useVBOs, bool use_legacy_opengl);
//#################################################################################################################
bool set_current();
// bool set_current(bool force);
//#################################################################################################################
//#################################################################################################################
// void set_active(bool active);
//#################################################################################################################
void set_as_dirty();
unsigned int get_volumes_count() const;