]> git.lyx.org Git - features.git/commitdiff
Remove obsolete comment.
authorRichard Heck <rgheck@comcast.net>
Fri, 26 Nov 2010 16:35:08 +0000 (16:35 +0000)
committerRichard Heck <rgheck@comcast.net>
Fri, 26 Nov 2010 16:35:08 +0000 (16:35 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@36513 a592a061-630c-0410-9148-cb99ea01b6c8

src/insets/Inset.h

index 36877d13c5f1c8e6ff7f3bbc80c332868c476a8a..b6084d530995f063d243d03061df7f97cdfea743 100644 (file)
@@ -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.