summaryrefslogtreecommitdiff
path: root/core/io/image_loader.h
diff options
context:
space:
mode:
Diffstat (limited to 'core/io/image_loader.h')
-rw-r--r--core/io/image_loader.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/core/io/image_loader.h b/core/io/image_loader.h
index 1473f24186..ac51f13376 100644
--- a/core/io/image_loader.h
+++ b/core/io/image_loader.h
@@ -98,8 +98,6 @@ public:
static void add_image_format_loader(Ref<ImageFormatLoader> p_loader);
static void remove_image_format_loader(Ref<ImageFormatLoader> p_loader);
- static const Vector<Ref<ImageFormatLoader>> &get_image_format_loaders();
-
static void cleanup();
};