From: Richard Heck Date: Fri, 26 Nov 2010 16:35:08 +0000 (+0000) Subject: Remove obsolete comment. X-Git-Tag: 2.0.0~1674 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=a3e8adde24ca18702203eabe26cb4502dde2ad45;p=features.git Remove obsolete comment. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@36513 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/src/insets/Inset.h b/src/insets/Inset.h index 36877d13c5..b6084d5309 100644 --- a/src/insets/Inset.h +++ b/src/insets/Inset.h @@ -119,10 +119,7 @@ public: /** * This is typically used after this inset is created interactively. * Intented purpose is to sanitize internal state with regard to current - * Buffer. The default implementation calls buffer().updateBuffer() if - * the inset is labeled. - * - * \sa isLabeled() + * Buffer. **/ virtual void initView() {}; /// \return true if this inset is labeled.