Skip to content

Commit

Permalink
remove force crash debug option
Browse files Browse the repository at this point in the history
  • Loading branch information
MinaciousGrace committed Jun 1, 2019
1 parent 8e9f9d7 commit 5fa6d9c
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions src/Etterna/Screen/Others/ScreenDebugOverlay.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1354,14 +1354,6 @@ class DebugLineVisualDelayDown : public IDebugLine
}
};

class DebugLineForceCrash : public IDebugLine
{
RString GetDisplayTitle() override { return FORCE_CRASH.GetValue(); }
RString GetDisplayValue() override { return RString(); }
bool IsEnabled() override { return false; }
void DoAndLog(RString& sMessageOut) override { FAIL_M("DebugLineCrash"); }
};

class DebugLineUptime : public IDebugLine
{
RString GetDisplayTitle() override { return UPTIME.GetValue(); }
Expand Down Expand Up @@ -1465,7 +1457,6 @@ DECLARE_ONE(DebugLineVolumeDown);
DECLARE_ONE(DebugLineVolumeUp);
DECLARE_ONE(DebugLineVisualDelayDown);
DECLARE_ONE(DebugLineVisualDelayUp);
DECLARE_ONE(DebugLineForceCrash);
DECLARE_ONE(DebugLineUptime);
DECLARE_ONE(DebugLineResetKeyMapping);
DECLARE_ONE(DebugLineMuteActions);
Expand Down

0 comments on commit 5fa6d9c

Please sign in to comment.