From 70ccef0733d93da8e548a3e29ae481ead7514f65 Mon Sep 17 00:00:00 2001 From: Stephen Birarda Date: Wed, 10 Jul 2013 12:37:23 -0700 Subject: [PATCH] remove avatar data read and write to file --- interface/src/Avatar.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/interface/src/Avatar.h b/interface/src/Avatar.h index 855d49e51c..654cf4b8fe 100755 --- a/interface/src/Avatar.h +++ b/interface/src/Avatar.h @@ -151,10 +151,6 @@ public: // Get the position/rotation of a single body ball void getBodyBallTransform(AvatarJointID jointID, glm::vec3& position, glm::quat& rotation) const; - - //read/write avatar data - void writeAvatarDataToFile(); - void readAvatarDataFromFile(); static void renderJointConnectingCone(glm::vec3 position1, glm::vec3 position2, float radius1, float radius2);