]> git.lyx.org Git - lyx.git/blobdiff - src/insets/Inset.h
Remove hardcoded values
[lyx.git] / src / insets / Inset.h
index 1e8b916967b6832f9c7c30f9c89d148c042cd62c..0922b4a3f485081e88570bd9d27316ec9eec4800 100644 (file)
@@ -527,7 +527,7 @@ public:
        /// returns LyX code associated with the inset. Used for TOC, ...)
        virtual InsetCode lyxCode() const { return NO_CODE; }
 
-       /// -1: text mode, 1: math mode, 0 undecided
+       ///
        enum mode_type {UNDECIDED_MODE, TEXT_MODE, MATH_MODE};
        /// return text or mathmode if that is possible to determine
        virtual mode_type currentMode() const { return UNDECIDED_MODE; }