summaryrefslogtreecommitdiff
path: root/src/gui/recorder.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/recorder.h')
-rw-r--r--src/gui/recorder.h15
1 files changed, 2 insertions, 13 deletions
diff --git a/src/gui/recorder.h b/src/gui/recorder.h
index 6f917c25..420c4a2b 100644
--- a/src/gui/recorder.h
+++ b/src/gui/recorder.h
@@ -53,20 +53,9 @@ class Recorder : public Window, public gcn::ActionListener
/*
* Outputs the message to the recorder file
*
- * @param msg the line to write to the recorded file.
- */
- void changeStatus(const std::string &msg);
-
- /*
- * Displays a help message on how to use this class in the chat window.
- */
- void help() const;
-
- /*
- * Displays an extended help message on how to use this class in the
- * chat window.
+ * @param msg The file to write out to. If null, then stop recording.
*/
- void help2() const;
+ void changeRecordingStatus(const std::string &msg);
/*
* Whether or not the recorder is in use.