From bdce58a42c3ca63773ce9c6b32189cfe10b27039 Mon Sep 17 00:00:00 2001 From: Thomas Dinges Date: Fri, 13 Apr 2012 00:04:56 +0000 Subject: 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. --- source/blender/editors/space_sequencer/sequencer_intern.h | 1 - 1 file changed, 1 deletion(-) (limited to 'source/blender/editors/space_sequencer/sequencer_intern.h') diff --git a/source/blender/editors/space_sequencer/sequencer_intern.h b/source/blender/editors/space_sequencer/sequencer_intern.h index 7acaaf76c62..c40a809e6af 100644 --- a/source/blender/editors/space_sequencer/sequencer_intern.h +++ b/source/blender/editors/space_sequencer/sequencer_intern.h @@ -176,7 +176,6 @@ struct ImBuf *make_histogram_view_from_ibuf(struct ImBuf * ibuf); /* sequencer_buttons.c */ void SEQUENCER_OT_properties(struct wmOperatorType *ot); -void sequencer_buttons_register(struct ARegionType *art); #endif /* __SEQUENCER_INTERN_H__ */ -- cgit v1.2.3