remove unused function
This commit is contained in:
parent
20a2a17f88
commit
276a79ab3b
2 changed files with 0 additions and 8 deletions
|
@ -608,13 +608,6 @@ void replay::set_to_end()
|
|||
base_->set_to_end();
|
||||
}
|
||||
|
||||
void replay::clear()
|
||||
{
|
||||
message_locations.clear();
|
||||
message_log.clear();
|
||||
//FIXME
|
||||
}
|
||||
|
||||
bool replay::empty()
|
||||
{
|
||||
return ncommands() == 0;
|
||||
|
|
|
@ -115,7 +115,6 @@ public:
|
|||
bool at_end() const;
|
||||
void set_to_end();
|
||||
|
||||
void clear();
|
||||
bool empty();
|
||||
|
||||
enum MARK_SENT { MARK_AS_UNSENT, MARK_AS_SENT };
|
||||
|
|
Loading…
Add table
Reference in a new issue