remove crash event definition for now

This commit is contained in:
Stephen Birarda 2017-06-01 13:40:50 -07:00
parent 792d938262
commit c513d04b52

View file

@ -24,8 +24,6 @@ class ClosureEventSender : public QObject, public Dependency {
SINGLETON_DEPENDENCY
public:
void sendCrashEventSync();
bool hasTimedOutQuitEvent();
bool hasFinishedQuitEvent() { return _hasFinishedQuitEvent; }