]> git.lyx.org Git - lyx.git/blobdiff - src/insets/lyxinset.h
clear()->erase() ; lots of using directives for cxx
[lyx.git] / src / insets / lyxinset.h
index 5f0a7326cf0d73bcb5432f7d4e15712e504e449d..401884e6d71ab6e91603e3bdb7ca79aacfcc244b 100644 (file)
@@ -177,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; }