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:
authorCampbell Barton <ideasman42@gmail.com>2019-01-17 07:27:24 +0300
committerCampbell Barton <ideasman42@gmail.com>2019-01-17 07:27:24 +0300
commit3648b3f9165a096cf4204bb9ad082e62cc714c90 (patch)
tree2f85ae12f5c0313ee6ce4d70858cc7495f32b329 /source/blender/editors/interface/interface_intern.h
parentb6854770c7e7ce63394ce46a4f6cfaa978a6c657 (diff)
Cleanup: remove duplicate color picker operator
Use internal boolean option to disable accumulation for crypto-matte.
Diffstat (limited to 'source/blender/editors/interface/interface_intern.h')
-rw-r--r--source/blender/editors/interface/interface_intern.h1
1 files changed, 0 insertions, 1 deletions
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);