summaryrefslogtreecommitdiff
path: root/scene.h
diff options
context:
space:
mode:
Diffstat (limited to 'scene.h')
-rw-r--r--scene.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/scene.h b/scene.h
index 6c75c91..a029d91 100644
--- a/scene.h
+++ b/scene.h
@@ -56,11 +56,6 @@ class Scene {
GLuint grass_texture, rock_texture, soil_texture, water_texture, marker_texture, placeholder_texture;
std::map<std::string, GLuint> scene_textures;
- Assimp::Importer ai_importer;
- const aiScene *tree_scene;
-
- Model *tree;
-
Scene();
~Scene();