C++: Remove leftover Context::begin_save() method

This commit is contained in:
Daniel Elstner 2015-10-04 22:11:39 +02:00
parent 655b116cc1
commit 7f4d69305b
1 changed files with 0 additions and 3 deletions

View 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. */