From bb6af17799d9a7807e48d880fd49af52896d3502 Mon Sep 17 00:00:00 2001 From: Julian Eisel Date: Wed, 21 Sep 2016 14:43:11 +0200 Subject: Make space context cycling a proper screen-level OP This is really more of a screen level operation, UI-level is more like button handling etc. --- source/blender/editors/include/UI_interface.h | 6 ------ 1 file changed, 6 deletions(-) (limited to 'source/blender/editors/include/UI_interface.h') diff --git a/source/blender/editors/include/UI_interface.h b/source/blender/editors/include/UI_interface.h index ad4066fb31c..a7dfa4b77b4 100644 --- a/source/blender/editors/include/UI_interface.h +++ b/source/blender/editors/include/UI_interface.h @@ -1021,12 +1021,6 @@ void ED_keymap_ui(struct wmKeyConfig *keyconf); void UI_drop_color_copy(struct wmDrag *drag, struct wmDropBox *drop); int UI_drop_color_poll(struct bContext *C, struct wmDrag *drag, const struct wmEvent *event); -/* UI_OT_space_context_cycle direction */ -enum { - SPACE_CONTEXT_CYCLE_PREV, - SPACE_CONTEXT_CYCLE_NEXT, -}; - bool UI_context_copy_to_selected_list( struct bContext *C, struct PointerRNA *ptr, struct PropertyRNA *prop, struct ListBase *r_lb, bool *r_use_path_from_id, char **r_path); -- cgit v1.2.3