]> git.lyx.org Git - lyx.git/blobdiff - src/update_flags.h
Account for old versions of Pygments
[lyx.git] / src / update_flags.h
index dbbcdc98ba3dd7482cb30a7c7e6dca512938d770..2950a894d1d6853fd0fbdfb76720ecdc0d0d4f63 100644 (file)
@@ -25,12 +25,9 @@ namespace Update {
                Force = 2,
                /// Try to rebreak only the current paragraph metrics.
                SinglePar = 4,
-               /// Indicate a selection that spans multiple paragraphs.
-               /// FIXME: get rid of this.
-               MultiParSel = 8,
                /// Only the inset decorations need to be redrawn, no text metrics
                /// update is needed.
-               Decoration = 16
+               Decoration = 8
        };
 
 inline flags operator|(flags const f, flags const g)