]> git.lyx.org Git - lyx.git/blobdiff - src/graphics/GraphicsTypes.h
Correct the mess introduced in r33250.
[lyx.git] / src / graphics / GraphicsTypes.h
index 9a71f59f4a6ec76d2d73aa1d3ef80fa0959616a8..45181d3a8bf803e3dc7780818703e2e81d2606e3 100644 (file)
@@ -16,8 +16,7 @@
 #define GRAPHICSTYPES_H
 
 #include "support/Translator.h"
-
-#include <string>
+#include "support/strfwd.h"
 
 
 namespace lyx {
@@ -51,24 +50,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<DisplayType, std::string> const & displayTranslator();
-
 } // namespace graphics
 } // namespace lyx