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>2009-12-30 23:15:28 +0300
committerCampbell Barton <ideasman42@gmail.com>2009-12-30 23:15:28 +0300
commit3702998fec6d237eb567bb8353ac93c8d4a68d4c (patch)
treed7adfbfa4c21e8f1c82a1aef5aa7789a4a532d05 /source/blender/editors/object/object_intern.h
parent9bf3ea58d295e62c0d8d67cf98da3ee89c66aaea (diff)
python macro operators didnt have a compatible draw function assigned. also remove duplicate define.
Diffstat (limited to 'source/blender/editors/object/object_intern.h')
-rw-r--r--source/blender/editors/object/object_intern.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/blender/editors/object/object_intern.h b/source/blender/editors/object/object_intern.h
index 10ff93c540f..d47cecb762b 100644
--- a/source/blender/editors/object/object_intern.h
+++ b/source/blender/editors/object/object_intern.h
@@ -79,7 +79,6 @@ void OBJECT_OT_restrictview_clear(struct wmOperatorType *ot);
void OBJECT_OT_proxy_make(struct wmOperatorType *ot);
void OBJECT_OT_shade_smooth(struct wmOperatorType *ot);
void OBJECT_OT_shade_flat(struct wmOperatorType *ot);
-void OBJECT_OT_bake_image(struct wmOperatorType *ot);
/* object_select.c */
void OBJECT_OT_select_all(struct wmOperatorType *ot);