mindustry logic execution, map- and schematic- parsing and rendering
Diffstat (limited to 'src/utils/image/holder.rs')
-rw-r--r--src/utils/image/holder.rs10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/utils/image/holder.rs b/src/utils/image/holder.rs
index 4c1b6a5..e905f48 100644
--- a/src/utils/image/holder.rs
+++ b/src/utils/image/holder.rs
@@ -68,16 +68,6 @@ impl ImageUtils for ImageHolder<4> {
self
}
- fn flip_h(&mut self) -> &mut Self {
- self.borrow_mut().flip_h();
- self
- }
-
- fn flip_v(&mut self) -> &mut Self {
- self.borrow_mut().flip_v();
- self
- }
-
fn shadow(&mut self) -> &mut Self {
self.borrow_mut().shadow();
self