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:
authorThomas Dinges <blender@dingto.org>2012-04-13 04:04:56 +0400
committerThomas Dinges <blender@dingto.org>2012-04-13 04:04:56 +0400
commitbdce58a42c3ca63773ce9c6b32189cfe10b27039 (patch)
tree619a4fec534641c61161ca634d096458543dda50 /source/blender/editors/space_sequencer/space_sequencer.c
parent2a5a465e2c05dc4d3864019790f745ab75755389 (diff)
Code cleanup:
* Remove some non used *_button_register functions, panels are done in python. * Remove do_node_region_buttons, was not used anymore. Fix: * Only show Grease Pencil panel in the Node editor, when there is a valid nodetree.
Diffstat (limited to 'source/blender/editors/space_sequencer/space_sequencer.c')
-rw-r--r--source/blender/editors/space_sequencer/space_sequencer.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/source/blender/editors/space_sequencer/space_sequencer.c b/source/blender/editors/space_sequencer/space_sequencer.c
index 82965426b6d..ec340dd323e 100644
--- a/source/blender/editors/space_sequencer/space_sequencer.c
+++ b/source/blender/editors/space_sequencer/space_sequencer.c
@@ -570,10 +570,6 @@ void ED_spacetype_sequencer(void)
art->init = sequencer_buttons_area_init;
art->draw = sequencer_buttons_area_draw;
BLI_addhead(&st->regiontypes, art);
-
- /* Keep as python only for now
- * sequencer_buttons_register(art);
- */
/* regions: header */
art = MEM_callocN(sizeof(ARegionType), "spacetype sequencer region");