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

@@ -43,9 +43,6 @@ class GLCanvas3DManager
typedef std::map<wxGLCanvas*, GLCanvas3D*> CanvasesMap;
//#################################################################################################################
// wxGLContext* m_context;
//#################################################################################################################
CanvasesMap m_canvases;
wxGLCanvas* m_current;
GLInfo m_gl_info;
@@ -55,7 +52,6 @@ class GLCanvas3DManager
public:
GLCanvas3DManager();
~GLCanvas3DManager();
bool add(wxGLCanvas* canvas);
bool remove(wxGLCanvas* canvas);
@@ -72,10 +68,6 @@ public:
bool init(wxGLCanvas* canvas);
//#################################################################################################################
// bool set_current(wxGLCanvas* canvas, bool force);
// void set_active(wxGLCanvas* canvas, bool active);
//#################################################################################################################
void set_as_dirty(wxGLCanvas* canvas);
unsigned int get_volumes_count(wxGLCanvas* canvas) const;