coverity#1187652 Dead default in switch

Change-Id: Ieedec800955c0785b73caf52ff242b54246b653f
This commit is contained in:
Caolán McNamara 2014-03-25 09:42:50 +00:00
parent 80ef0dfedc
commit 65f8ce6d94

View File

@ -1058,8 +1058,6 @@ void ConfigurationAccess_WindowState::impl_fillStructFromSequence( WindowStateIn
case PROPERTY_CONTEXTACTIVE:
rWinStateInfo.bContextActive = bValue;
break;
default:
DBG_ASSERT( false, "Unknown boolean property in WindowState found!" );
}
}
}