]> git.lyx.org Git - lyx.git/blobdiff - src/insets/lyxinset.h
Just some changes to be able to change TabularFeatures with the Table menu
[lyx.git] / src / insets / lyxinset.h
index 7466d332321a8ed7a94eb0a4155c6954459431c9..401884e6d71ab6e91603e3bdb7ca79aacfcc244b 100644 (file)
@@ -91,8 +91,6 @@ public:
                ///
                SPECIALCHAR_CODE,
                ///
-               NUMBER_CODE,
-               ///
                TABULAR_CODE
        };
 
@@ -145,7 +143,8 @@ public:
         */
        virtual int Latex(std::ostream &, bool fragile,
                          bool free_spc) const = 0;
-
+       ///
+       virtual int Ascii(std::ostream &) const = 0;
        ///
        virtual int Linuxdoc(std::ostream &) const = 0;
        ///
@@ -178,8 +177,6 @@ public:
                return 0;
        }
        ///
-       virtual void init(BufferView *) {}
-       ///
        virtual bool InsertInsetAllowed(Inset *) const { return false; }
        ///
        virtual void setInsetName(const char * s) { name = s; }