summaryrefslogtreecommitdiff
path: root/main/tests/test_image.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'main/tests/test_image.cpp')
-rw-r--r--main/tests/test_image.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/main/tests/test_image.cpp b/main/tests/test_image.cpp
index aff3bae417..c2c742e75d 100644
--- a/main/tests/test_image.cpp
+++ b/main/tests/test_image.cpp
@@ -63,11 +63,6 @@ public:
MainLoop *test() {
- Image img;
- ImageLoader::load_image("as1.png", &img);
-
- img.resize(512, 512);
-
return memnew(TestMainLoop);
}
}