Skip to content

Commit

Permalink
Remove assert on unexistant variable
Browse files Browse the repository at this point in the history
  • Loading branch information
nico-abram authored Mar 4, 2019
1 parent 9fbb044 commit 2849f88
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/ActorUtil.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
#include "PrefsManager.h"
#include "RageFileManager.h"
#include "RageLog.h"
#include "RageUtil.h"
#include "RageUtil.h"m_bQuirksMode
#include "Song.h"
#include "ThemeManager.h"
#include "XmlFile.h"
Expand Down Expand Up @@ -121,7 +121,6 @@ namespace {
RString
GetLegacyActorClass(XNode* pActor)
{
DEBUG_ASSERT(PREFSMAN->m_bQuirksMode);
ASSERT(pActor);

// The non-legacy LoadFromNode has already checked the Class and
Expand Down

0 comments on commit 2849f88

Please sign in to comment.