]> 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 565236ec047c861c73fe59d6f3ea31bddaf6973b..ac10b0e97ecf76e805ab769403948745d2f27465 100644 (file)
@@ -12,9 +12,6 @@
 #ifndef INSETCOMMANDPARAMS_H
 #define INSETCOMMANDPARAMS_H
 
-#ifdef __GNUG__
-#pragma interface
-#endif
 
 #include <config.h>
 
@@ -54,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; }