X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fgraphics%2FGraphicsTypes.h;h=90d390cae1c01192a3b32b41887eaeaacab6530f;hb=59e2becdd8041d92d3b3a98d36440494c975c845;hp=f3e37b54c8266fbe25ccca69357f1ae8c85ac7c9;hpb=12a6d463703010a006b2dcd15ccddafa6335fa59;p=lyx.git diff --git a/src/graphics/GraphicsTypes.h b/src/graphics/GraphicsTypes.h index f3e37b54c8..90d390cae1 100644 --- a/src/graphics/GraphicsTypes.h +++ b/src/graphics/GraphicsTypes.h @@ -15,9 +15,7 @@ #ifndef GRAPHICSTYPES_H #define GRAPHICSTYPES_H -#include "support/translator.h" - -#include +#include "support/strfwd.h" namespace lyx { @@ -51,24 +49,6 @@ enum ImageStatus { ErrorUnknown }; -/// How is the image to be displayed on the LyX screen? -enum DisplayType { - /// - DefaultDisplay, - /// - MonochromeDisplay, - /// - GrayscaleDisplay, - /// - ColorDisplay, - /// - NoDisplay -}; - - -/// The translator between the Display enum and corresponding lyx string. -Translator const & displayTranslator(); - } // namespace graphics } // namespace lyx