summaryrefslogtreecommitdiff
path: root/main/tests/test_containers.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'main/tests/test_containers.cpp')
-rw-r--r--main/tests/test_containers.cpp12
1 files changed, 0 insertions, 12 deletions
diff --git a/main/tests/test_containers.cpp b/main/tests/test_containers.cpp
index 890599385a..956be5d169 100644
--- a/main/tests/test_containers.cpp
+++ b/main/tests/test_containers.cpp
@@ -55,18 +55,6 @@ MainLoop *test() {
{
- Image img;
- img.create(default_mouse_cursor_xpm);
-
- {
- for (int i = 0; i < 8; i++) {
-
- Image mipmap;
- //img.make_mipmap(mipmap);
- img = mipmap;
- if (img.get_width() <= 4) break;
- };
- };
};
#if 0