summaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/loader.hpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/loader.hpp b/src/loader.hpp
index 0aaaa42e..6beaf60e 100644
--- a/src/loader.hpp
+++ b/src/loader.hpp
@@ -16,7 +16,6 @@ struct anim_atlas;
struct loader_
{
virtual StringView shader(StringView filename) = 0;
- virtual Trade::ImageData2D tile_texture(StringView filename) = 0;
virtual std::shared_ptr<struct tile_atlas> tile_atlas(StringView filename, Vector2ub size) = 0;
virtual ArrayView<String> anim_atlas_list() = 0;
virtual std::shared_ptr<struct anim_atlas> anim_atlas(StringView name) = 0;