# HG changeset patch
# User Wuzzy
# Date 1441858818 0
# Node ID 596458ef464905550bc615fb6fd37b6b886ebc8c
# Parent  d4ccc5e79e5898fe6d7d504daa6b9072241ed7e2
Remove stone-age function CopyPV2 from documentation, I haven't seen it used anywhere

diff -r d4ccc5e79e58 -r 596458ef4649 LuaAPI.wiki
--- a/LuaAPI.wiki	Thu Sep 10 02:03:47 2015 +0000
+++ b/LuaAPI.wiki	Thu Sep 10 04:20:18 2015 +0000
@@ -772,10 +772,6 @@
 === <tt>CopyPV(gearUid, gearUid)</tt> ===
 This sets the position and velocity of the second gear to the first one.
 
-=== <tt>CopyPV2(gearUid, gearUid)</tt> (deprecated) ===
-This sets the position of the second gear to that of the first one, but makes its velocity twice the one of the first.
-
-*Notice*: This function is no longer used, use `GetGearVelocity` and `SetGearVelocity` instead.
 === <tt>!FollowGear(gearUid)</tt> ===
 Makes the game client follow the specifiec gear.