]> sigrok.org Git - libsigrok.git/blobdiff - bindings/cxx/include/libsigrokcxx/libsigrokcxx.hpp
C++: Remove leftover Context::begin_save() method
[libsigrok.git] / bindings / cxx / include / libsigrokcxx / libsigrokcxx.hpp
index b9e8a4f268288ff0c1b916d15e9e22b6f6eb7ece..efcd63a7f7de3bd6e759364a1f7d96d99ceb1bd8 100644 (file)
@@ -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. */