X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fgraphics%2FGraphicsTypes.h;h=90d390cae1c01192a3b32b41887eaeaacab6530f;hb=104fdcc9be40df19d50cddad7f8ae9ab63bbf5f7;hp=1b34eabd77d535603e4aaa1cc4de85f8fe6aea5b;hpb=e9e4ffb1d1f7d1e8cb61f5a2cebbcc1b672aa197;p=lyx.git diff --git a/src/graphics/GraphicsTypes.h b/src/graphics/GraphicsTypes.h index 1b34eabd77..90d390cae1 100644 --- a/src/graphics/GraphicsTypes.h +++ b/src/graphics/GraphicsTypes.h @@ -15,7 +15,7 @@ #ifndef GRAPHICSTYPES_H #define GRAPHICSTYPES_H -#include "support/translator.h" +#include "support/strfwd.h" namespace lyx { @@ -49,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