Cleanup: remove unused redraw flag

This commit is contained in:
2014-11-15 14:11:51 +01:00
parent 3da0ee287c
commit 694f15dee3
4 changed files with 6 additions and 7 deletions

View File

@@ -124,7 +124,6 @@ enum {
/* uiBlock->flag (controls) */
#define UI_BLOCK_LOOP (1 << 0)
#define UI_BLOCK_REDRAW (1 << 1)
#define UI_BLOCK_SEARCH_MENU (1 << 2)
#define UI_BLOCK_NUMSELECT (1 << 3)
#define UI_BLOCK_NO_WIN_CLIP (1 << 4) /* don't apply window clipping */ /* was UI_BLOCK_ENTER_OK */