C++: Remove leftover Context::begin_save() method
This commit is contained in:
parent
655b116cc1
commit
7f4d69305b
|
@ -719,9 +719,6 @@ public:
|
||||||
void run();
|
void run();
|
||||||
/** Stop the session. */
|
/** Stop the session. */
|
||||||
void stop();
|
void stop();
|
||||||
/** Begin saving session to a file.
|
|
||||||
* @param filename File name string. */
|
|
||||||
void begin_save(string filename);
|
|
||||||
/** Get current trigger setting. */
|
/** Get current trigger setting. */
|
||||||
shared_ptr<Trigger> trigger();
|
shared_ptr<Trigger> trigger();
|
||||||
/** Get the context. */
|
/** Get the context. */
|
||||||
|
|
Loading…
Reference in New Issue