From 75c8a508acc3388b2c2f624bdf00fb155cd914f9 Mon Sep 17 00:00:00 2001 From: crupest Date: Sun, 8 May 2022 17:41:31 +0800 Subject: ... --- include/cru/platform/graphics/Image.h | 1 - 1 file changed, 1 deletion(-) (limited to 'include/cru/platform/graphics/Image.h') diff --git a/include/cru/platform/graphics/Image.h b/include/cru/platform/graphics/Image.h index de3b32d5..17d2170e 100644 --- a/include/cru/platform/graphics/Image.h +++ b/include/cru/platform/graphics/Image.h @@ -12,7 +12,6 @@ struct CRU_PLATFORM_GRAPHICS_API IImage : public virtual IGraphicsResource { * \remarks Not all image could create a painter. If not this method will * throw. Currently we only ensure images returned by * IImageFactory::CreateBitmap or CloneToBitmap can create a painter. - * \todo Implement on Windows. */ virtual std::unique_ptr CreatePainter() = 0; -- cgit v1.2.3