From 514bcb2f12b1f8efa97513060d08d6b6041a20c1 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Thu, 27 Mar 2003 08:18:11 +0000 Subject: [PATCH] How'd that get there? --- stepmania/src/PlayerOptions.h | 7 ------- 1 file changed, 7 deletions(-) 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(); };