Clean up some compile warnings and errors
[geeqie.git] / src / image-overlay.h
index 9792f4f..ae72dca 100644 (file)
@@ -37,8 +37,7 @@ typedef enum {
        OSD_SHOW_NOTHING        = 0,
        OSD_SHOW_INFO           = 1 << 0,
        OSD_SHOW_STATUS         = 1 << 1,
-       OSD_SHOW_HISTOGRAM      = 1 << 2,
-       OSD_SHOW_GUIDELINES     = 1 << 3
+       OSD_SHOW_HISTOGRAM      = 1 << 2
 } OsdShowFlags;
 
 void set_image_overlay_template_string(gchar **template_string, const gchar *value);