From 3648b3f9165a096cf4204bb9ad082e62cc714c90 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Thu, 17 Jan 2019 15:27:24 +1100 Subject: Cleanup: remove duplicate color picker operator Use internal boolean option to disable accumulation for crypto-matte. --- source/blender/editors/interface/interface_intern.h | 1 - 1 file changed, 1 deletion(-) (limited to 'source/blender/editors/interface/interface_intern.h') diff --git a/source/blender/editors/interface/interface_intern.h b/source/blender/editors/interface/interface_intern.h index 20671ae8162..1c361be1b3d 100644 --- a/source/blender/editors/interface/interface_intern.h +++ b/source/blender/editors/interface/interface_intern.h @@ -872,7 +872,6 @@ struct wmKeyMap *eyedropper_colorband_modal_keymap(struct wmKeyConfig *keyconf); /* interface_eyedropper_color.c */ void UI_OT_eyedropper_color(struct wmOperatorType *ot); -void UI_OT_eyedropper_color_crypto(struct wmOperatorType *ot); /* interface_eyedropper_colorband.c */ void UI_OT_eyedropper_colorband(struct wmOperatorType *ot); -- cgit v1.2.3