]> git.lyx.org Git - lyx.git/blobdiff - src/Counters.h
GuiCharacter: Consider default settings for underline, strikeout and language
[lyx.git] / src / Counters.h
index f8bb0fa6aa3d9ab9ddf232f9f3f87944654e0731..536dcc17a6a9321b3226e747dbae9c77aed57ac7 100644 (file)
@@ -239,9 +239,6 @@ private:
        std::vector<docstring> counter_stack_;
        /// Same, but for last layout.
        std::vector<Layout const *> layout_stack_;
-
-       ///
-       friend void swap(Counters &, Counters &);
 };
 
 } // namespace lyx