diff --git a/applications/gui2/src/modules/camera.hpp b/applications/gui2/src/modules/camera.hpp
index 4e1880d3e5903ff6675dede46629b97cd1692a6f..f35bb7e33cee7f6b8895b66e08605a7f980e3d98 100644
--- a/applications/gui2/src/modules/camera.hpp
+++ b/applications/gui2/src/modules/camera.hpp
@@ -90,8 +90,6 @@ public:
 	nanogui::Vector2i getActivePoseScreenCoord();
 	void transformActivePose(const Eigen::Matrix4d &pose);
 	void setActivePose(const Eigen::Matrix4d &pose);
-	void posesFromFile(const std::string& path);
-	void posesToFile(const std::string& path);
 
 private:
 	int frame_idx = -1;