diff options
Diffstat (limited to 'include/cru/platform/graphics/Image.h')
-rw-r--r-- | include/cru/platform/graphics/Image.h | 1 |
1 files changed, 0 insertions, 1 deletions
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<IPainter> CreatePainter() = 0; |