Correct for recent commit to refactor popups

This commit is contained in:
Campbell Barton 2014-06-19 15:40:46 +10:00
parent 804f58c0de
commit 24723131ef

@ -3546,7 +3546,6 @@ static uiBlock *component_menu(bContext *C, ARegion *ar, void *args_v)
uiBoundsBlock(block, 6);
uiBlockSetDirection(block, UI_DOWN);
uiEndBlock(C, block);
return block;
}