remove crash event definition for now

This commit is contained in:
Stephen Birarda 2017-06-01 13:40:50 -07:00 committed by Chris Collins
parent 40dfcb1e6e
commit ecc697dbe1

View file

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