Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTon Roosendaal <ton@blender.org>2008-12-16 16:19:02 +0300
committerTon Roosendaal <ton@blender.org>2008-12-16 16:19:02 +0300
commit626e5c8b42f67b6ff49995b696137ff6ed573d0a (patch)
tree283623f09cb8da55af5de50d55edf9894222d637 /source/blender/windowmanager/WM_types.h
parent6fe19cfc85a75f0ec6bb46a70fc9c849108b41ca (diff)
2.5
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.
Diffstat (limited to 'source/blender/windowmanager/WM_types.h')
-rw-r--r--source/blender/windowmanager/WM_types.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/source/blender/windowmanager/WM_types.h b/source/blender/windowmanager/WM_types.h
index 7f7f7aac32f..5a148ef9a4f 100644
--- a/source/blender/windowmanager/WM_types.h
+++ b/source/blender/windowmanager/WM_types.h
@@ -122,8 +122,6 @@ enum {
WM_NOTE_SCREEN_CHANGED,
WM_NOTE_GESTURE_REDRAW,
- WM_NOTE_TIMELINE_SYNC,
-
WM_NOTE_OBJECT_CHANGED,
WM_NOTE_LAST