code cleanup: unnecessary shadowing and some minor pep8 edits.

This commit is contained in:
2013-09-12 19:51:31 +00:00
parent 679609fbed
commit ec2464ac5f
8 changed files with 11 additions and 16 deletions

View File

@@ -264,7 +264,6 @@ void wm_event_do_notifiers(bContext *C)
if (note->category == NC_SCREEN) {
if (note->data == ND_SCREENBROWSE) {
/* free popup handlers only [#35434] */
wmWindow *win = CTX_wm_window(C);
UI_remove_popup_handlers_all(C, &win->modalhandlers);