diff --git a/bindings/cxx/include/libsigrokcxx/libsigrokcxx.hpp b/bindings/cxx/include/libsigrokcxx/libsigrokcxx.hpp index b9e8a4f2..efcd63a7 100644 --- a/bindings/cxx/include/libsigrokcxx/libsigrokcxx.hpp +++ b/bindings/cxx/include/libsigrokcxx/libsigrokcxx.hpp @@ -719,9 +719,6 @@ public: void run(); /** Stop the session. */ void stop(); - /** Begin saving session to a file. - * @param filename File name string. */ - void begin_save(string filename); /** Get current trigger setting. */ shared_ptr<Trigger> trigger(); /** Get the context. */