Removed nonexistent function from matlab interface

release/4.3a0
Alex Cunningham 2012-05-25 21:18:40 +00:00
parent 8f5dd13cf7
commit bce105ed58
1 changed files with 0 additions and 1 deletions

View File

@ -489,7 +489,6 @@ class Values {
Values();
void print(string s) const;
void insertPose(int key, const gtsam::Pose2& pose);
gtsam::Symbol poseKey(int i);
gtsam::Pose2 pose(int i);
};