X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Finsets%2Finsetcommandparams.h;h=ac10b0e97ecf76e805ab769403948745d2f27465;hb=62be565337f08855dbbbeea9d90db2ce497d4c10;hp=565236ec047c861c73fe59d6f3ea31bddaf6973b;hpb=0507b8600d40ac155d6576dafe1218db643a8970;p=lyx.git diff --git a/src/insets/insetcommandparams.h b/src/insets/insetcommandparams.h index 565236ec04..ac10b0e97e 100644 --- a/src/insets/insetcommandparams.h +++ b/src/insets/insetcommandparams.h @@ -12,9 +12,6 @@ #ifndef INSETCOMMANDPARAMS_H #define INSETCOMMANDPARAMS_H -#ifdef __GNUG__ -#pragma interface -#endif #include @@ -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; }