From: vsv Date: Thu, 15 May 2014 13:53:36 +0000 (+0400) Subject: Merge with previous version X-Git-Tag: V_0.2~49^2~6 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=810773a2cc6bf4ded968bf897b2b0c4e721da083;p=modules%2Fshaper.git Merge with previous version --- diff --git a/src/PartSetPlugin/PartSetPlugin_Part.h b/src/PartSetPlugin/PartSetPlugin_Part.h index dc6a80a49..eaae463ad 100644 --- a/src/PartSetPlugin/PartSetPlugin_Part.h +++ b/src/PartSetPlugin/PartSetPlugin_Part.h @@ -39,9 +39,6 @@ public: /// Use plugin manager for features creation PartSetPlugin_Part(); - - /// Returns true if this feature must be displayed in the history (top level of Part tree) - PARTSETPLUGIN_EXPORT virtual bool isInHistory() {return false;} }; #endif