mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-24 23:23:59 -06:00
Code cleanup
This commit is contained in:
parent
8db4fdc24c
commit
06f44a9e4b
8 changed files with 0 additions and 200 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue