remove some comments
This commit is contained in:
@@ -1,10 +1,7 @@
|
||||
#include "xf/timeout.h"
|
||||
|
||||
// TODO done: Implement code for XFTimeout class
|
||||
|
||||
XFTimeout::XFTimeout(int id, int interval, interface::XFBehavior *pBehavior):
|
||||
XFEvent(XFEventType::Timeout, id), interval_(interval) {
|
||||
this->setRelTicks(this->getInterval());
|
||||
setBehavior(pBehavior);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user