summaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
authorIAmActuallyCthulhu <iamactuallycthulhu@gmail.com>2019-08-10 08:13:44 -0500
committerIAmActuallyCthulhu <iamactuallycthulhu@gmail.com>2019-08-10 08:13:44 -0500
commita940ed781c8dbae503edd4854780ee3773439a3d (patch)
treea185b3856fb9e25ecff9bde8fc45b9d9d60f21c2 /core
parent71a6d2cd17b9b48027a6a36b4e7b8adee0eb373c (diff)
Remove old doc comments in image_loader header
Diffstat (limited to 'core')
-rw-r--r--core/io/image_loader.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/core/io/image_loader.h b/core/io/image_loader.h
index ae4b72a534..f1fccc5230 100644
--- a/core/io/image_loader.h
+++ b/core/io/image_loader.h
@@ -41,20 +41,8 @@
@author Juan Linietsky <reduzio@gmail.com>
*/
-/**
- * @class ImageScanLineLoader
- * @author Juan Linietsky <reduzio@gmail.com>
- *
-
- */
class ImageLoader;
-/**
- * @class ImageLoader
- * Base Class and singleton for loading images from disk
- * Can load images in one go, or by scanline
- */
-
class ImageFormatLoader {
friend class ImageLoader;
friend class ResourceFormatLoaderImage;