X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fgraphics%2FGraphicsTypes.h;h=90d390cae1c01192a3b32b41887eaeaacab6530f;hb=125ee9fb8ccbd42e50ce9e70c0d1589d1b965603;hp=50533eb64a222d1b87d4f7d2f83edd53daec9f97;hpb=5d16f8030da474002a64edc360bcc1b9f8fe1e23;p=lyx.git diff --git a/src/graphics/GraphicsTypes.h b/src/graphics/GraphicsTypes.h index 50533eb64a..90d390cae1 100644 --- a/src/graphics/GraphicsTypes.h +++ b/src/graphics/GraphicsTypes.h @@ -15,7 +15,6 @@ #ifndef GRAPHICSTYPES_H #define GRAPHICSTYPES_H -#include "support/Translator.h" #include "support/strfwd.h" @@ -50,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