diff --git a/stepmania/src/PlayerOptions.h b/stepmania/src/PlayerOptions.h index b3771e8b9b..83625ce817 100644 --- a/stepmania/src/PlayerOptions.h +++ b/stepmania/src/PlayerOptions.h @@ -11,13 +11,6 @@ ----------------------------------------------------------------------------- */ -/* nonstandard extension used : nameless struct/union - * It is, in fact, nonstandard. G++ 3.x can handle it. 2.95.x can not. XXX */ -#if defined(_MSC_VER) -#pragma warning (push) -#pragma warning (disable : 4201) -#endif - struct PlayerOptions { PlayerOptions() { Init(); };