remove uiPanelClearType(), instead redraw all windows when registering/unregistering.

This commit is contained in:
2013-01-09 13:15:23 +00:00
parent cf2eeabf6d
commit 2d526c23dd
5 changed files with 14 additions and 41 deletions

View File

@@ -661,7 +661,6 @@ void uiDrawPanels(const struct bContext *C, struct ARegion *ar);
struct Panel *uiBeginPanel(struct ScrArea *sa, struct ARegion *ar, uiBlock *block, struct PanelType *pt, int *open);
void uiEndPanel(uiBlock *block, int width, int height);
void uiScalePanels(struct ARegion *ar, float new_width);
void uiPanelClearType(struct wmWindowManager *wm, const struct ARegionType *art, const struct PanelType *type);
/* Handlers
*