Fix a minor osdutil build warning (seen with gcc 4.8.1)

This commit is contained in:
Manuel Kraemer 2013-10-06 14:42:16 -07:00
parent d702eecfcb
commit 2b8b0205ba

View File

@ -49,8 +49,6 @@ namespace OsdUtil {
template <typename DRAW_ITEM_COLLECTION, typename DRAW_DELEGATE>
void DrawCollection(DRAW_ITEM_COLLECTION const &items, DRAW_DELEGATE *delegate) {
typedef typename DRAW_ITEM_COLLECTION::value_type DrawItem;
delegate->Begin();
// iterate over DrawItemCollection