diff options
Diffstat (limited to 'src/entity.cpp')
-rw-r--r-- | src/entity.cpp | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/entity.cpp b/src/entity.cpp index 586f9ecc..c0b89195 100644 --- a/src/entity.cpp +++ b/src/entity.cpp @@ -41,7 +41,6 @@ entity::~entity() noexcept Vector2b entity::ordinal_offset_for_type(entity_type type, Vector2b offset) { -#if 0 switch (type) { default: @@ -52,11 +51,6 @@ Vector2b entity::ordinal_offset_for_type(entity_type type, Vector2b offset) case entity_type::character: return {}; } -#else - (void)type; - (void)offset; - return {}; -#endif } float entity_proto::ordinal(local_coords local) const |