]> git.lyx.org Git - lyx.git/commitdiff
Remove obsolete comment
authorJean-Marc Lasgouttes <lasgouttes@lyx.org>
Thu, 4 Jan 2024 17:44:33 +0000 (18:44 +0100)
committerJean-Marc Lasgouttes <lasgouttes@lyx.org>
Thu, 4 Jan 2024 17:44:33 +0000 (18:44 +0100)
src/graphics/GraphicsImage.h

index 6722b87bc03f20637a8450dd7732b58ae5d5c69b..efa8e34755237f21aa993de6a7957316482ca727 100644 (file)
  * Allows the user to retrieve the pixmap, once loaded and to issue commands
  * to modify it.
  *
- * The boost::functions newImage and loadableFormats are connected to the
- * appropriate derived classes elsewhere, allowing the graphics cache to
- * access them without knowing anything about their instantiation.
- *
  * The loading process can be asynchronous, but cropping, rotating and
  * scaling block execution.
  */