On 07/13/2009 11:47 AM, lasgout...@lyx.org wrote:
Author: lasgouttes
Date: Mon Jul 13 17:47:40 2009
New Revision: 30549
URL: http://www.lyx.org/trac/changeset/30549

Other changes:
  * remove non-const usePlainLayout methods
Modified: lyx-devel/trunk/src/insets/InsetCollapsable.h
==============================================================================
--- lyx-devel/trunk/src/insets/InsetCollapsable.h       Mon Jul 13 16:42:11 
2009        (r30548)
+++ lyx-devel/trunk/src/insets/InsetCollapsable.h       Mon Jul 13 17:47:40 
2009        (r30549)
@@ -44,16 +44,16 @@
        docstring toolTip(BufferView const&  bv, int x, int y) const;
        ///
        docstring name() const { return from_ascii("Collapsable"); }
+#if 0
        ///
        InsetLayout const&  getLayout() const { return *layout_; }
+#endif
        ///
        void setLayout();
        /// (Re-)set the character style parameters from \p tc according
        /// to name()
        void setLayout(DocumentClass const * const tc);
        ///
-       virtual bool usePlainLayout() { return true; }
-       ///

What this just unnecessary? I wonder why I put it there?

rh

Reply via email to