More notifier cleanup;

- removed view2d sync notifier, its data operations are too complex
  for UI hints/notes, direct calls work too :)
- updated missing gpl header in region file

Noticed weird delay on menu refreshing now... will check.
This commit is contained in:
2008-12-16 13:19:02 +00:00
parent 6fe19cfc85
commit 626e5c8b42
11 changed files with 63 additions and 38 deletions

View File

@@ -56,6 +56,8 @@
#include "wm_subwindow.h"
#include "wm_event_system.h"
#include "ED_screen.h"
static ListBase global_ops= {NULL, NULL};
/* ************ operator API, exported ********** */