X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FCounters.cpp;h=2daac53224dca0a4f26e6850d3b7d7a228e6c1be;hb=1e519d1115f41f71c253cb9e2fbb7803e9a583a9;hp=3bb4d07758bbaf61828297c33388da950516b40f;hpb=05d3a649521e0e8524209ae9deae75c30ff01e93;p=lyx.git diff --git a/src/Counters.cpp b/src/Counters.cpp index 3bb4d07758..2daac53224 100644 --- a/src/Counters.cpp +++ b/src/Counters.cpp @@ -697,12 +697,4 @@ void Counters::endEnvironment() } -void swap(Counters & c1, Counters & c2) -{ - Counters tmp = move(c1); - c1 = move(c2); - c2 = move(tmp); -} - - } // namespace lyx