mirror of
https://github.com/PixarAnimationStudios/OpenSubdiv
synced 2024-11-27 14:00:10 +00:00
Fix a minor osdutil build warning (seen with gcc 4.8.1)
This commit is contained in:
parent
d702eecfcb
commit
2b8b0205ba
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user