]> git.lyx.org Git - lyx.git/blobdiff - src/insets/insetcommandparams.h
add warning make controllers compile and remove some alomost unused functions, commen...
[lyx.git] / src / insets / insetcommandparams.h
index 671cc97fa629fc2325e40a7f81f18240dd4c42d6..ac10b0e97ecf76e805ab769403948745d2f27465 100644 (file)
@@ -51,10 +51,6 @@ public:
        ///
        void setContents(string const & c) { contents = c; }
        ///
-       string const getAsString() const;
-       ///
-       void setFromString(string const &);
-       ///
        bool preview() const { return preview_; }
        ///
        void preview(bool p) { preview_ = p; }