Browse Source

Remove no-op GCC pragma instructions

Pushing an option then immediately popping it doesn't do much :D
pull/4695/head
Andrew James 4 years ago committed by Anders Jenbo
parent
commit
5cc8bcdb8e
  1. 9
      Source/drlg_l4.cpp

9
Source/drlg_l4.cpp

@ -1132,15 +1132,6 @@ void LoadDiabQuads(bool preflag)
}
}
#if defined(__3DS__)
#pragma GCC push_options
#pragma GCC optimize("O0")
#endif
#if defined(__3DS__)
#pragma GCC pop_options
#endif
bool IsDURightWall(char d)
{
if (d == 25) {

Loading…
Cancel
Save