summaryrefslogtreecommitdiff
path: root/model.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'model.hpp')
-rw-r--r--model.hpp7
1 files changed, 0 insertions, 7 deletions
diff --git a/model.hpp b/model.hpp
index 7bd14cc..de9e4d0 100644
--- a/model.hpp
+++ b/model.hpp
@@ -123,13 +123,6 @@ struct Model_Scene {
Texture_Id env_cubemap,
Sampler_Id sampler
);
- std::pair<Model_Instance*, int> pick(
- const Camera& cam,
- int w,
- int h,
- int mx,
- int my
- );
};
#endif