]> git.lyx.org Git - lyx.git/blobdiff - src/Counters.cpp
FindAdv: Polishing
[lyx.git] / src / Counters.cpp
index 3bb4d07758bbaf61828297c33388da950516b40f..2daac53224dca0a4f26e6850d3b7d7a228e6c1be 100644 (file)
@@ -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