From 66b0fdb59387b88c091aa79341c11e59aa19639b Mon Sep 17 00:00:00 2001 From: Meep-Eep Date: Wed, 28 Oct 2009 07:29:29 +0000 Subject: [PATCH] Remove empty struct. git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@3260 8092fc87-c524-0410-9efc-e669fe64eaf9 --- sc2/src/uqm/flash.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sc2/src/uqm/flash.h b/sc2/src/uqm/flash.h index dc4d4624b..b1c3d048b 100644 --- a/sc2/src/uqm/flash.h +++ b/sc2/src/uqm/flash.h @@ -117,8 +117,8 @@ struct FlashContext { // The type of flash animation. union { - struct { - } highlight; + /*struct { + } highlight;*/ struct { FRAME first; // The first image from the transition (cross-fade).