]> git.lyx.org Git - lyx.git/blobdiff - src/graphics/GraphicsTypes.h
Remove obsolete (and false) comment.
[lyx.git] / src / graphics / GraphicsTypes.h
index 2dfe4cba7142614badadcc8fcefd7e644ef4fff3..90d390cae1c01192a3b32b41887eaeaacab6530f 100644 (file)
@@ -15,7 +15,8 @@
 #ifndef GRAPHICSTYPES_H
 #define GRAPHICSTYPES_H
 
-#include "support/std_string.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