From a3e8adde24ca18702203eabe26cb4502dde2ad45 Mon Sep 17 00:00:00 2001 From: Richard Heck Date: Fri, 26 Nov 2010 16:35:08 +0000 Subject: [PATCH] Remove obsolete comment. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@36513 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/insets/Inset.h | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) 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.