GLCanvas3D child classes/structures set as private
This commit is contained in:
parent
0f4a2ee69a
commit
2e734720b5
1 changed files with 0 additions and 2 deletions
|
@ -105,7 +105,6 @@ class GLCanvas3D
|
|||
void reset() { first_volumes.clear(); }
|
||||
};
|
||||
|
||||
public:
|
||||
struct Camera
|
||||
{
|
||||
enum EType : unsigned char
|
||||
|
@ -441,7 +440,6 @@ public:
|
|||
void render(const GLCanvas3D& canvas) const;
|
||||
};
|
||||
|
||||
private:
|
||||
wxGLCanvas* m_canvas;
|
||||
wxGLContext* m_context;
|
||||
LegendTexture m_legend_texture;
|
||||
|
|
Loading…
Reference in a new issue