X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fgraphics%2FGraphicsTypes.h;h=90d390cae1c01192a3b32b41887eaeaacab6530f;hb=38c2cde0d8695ac5287bae218c4a33a2acf18ef8;hp=dc6a05bfd611e8ae44c6b3c0c908a3f572014544;hpb=0be0fcfd5907d448cd51addf83ed7032719a0692;p=lyx.git diff --git a/src/graphics/GraphicsTypes.h b/src/graphics/GraphicsTypes.h index dc6a05bfd6..90d390cae1 100644 --- a/src/graphics/GraphicsTypes.h +++ b/src/graphics/GraphicsTypes.h @@ -15,7 +15,8 @@ #ifndef GRAPHICSTYPES_H #define GRAPHICSTYPES_H -#include "LString.h" +#include "support/strfwd.h" + namespace lyx { namespace graphics { @@ -48,24 +49,6 @@ enum ImageStatus { ErrorUnknown }; -/// How is the image to be displayed on the LyX screen? -enum DisplayType { - /// - DefaultDisplay, - /// - MonochromeDisplay, - /// - GrayscaleDisplay, - /// - ColorDisplay, - /// - NoDisplay -}; - - -/// -void setDisplayTranslator(); - } // namespace graphics } // namespace lyx