From a74f0dc0e306d79d8a6de5277538d7333132fc34 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Thu, 20 Feb 2020 10:07:13 +1100 Subject: Cleanup: declatatuons for functions that don't exist --- source/blender/editors/include/ED_gpencil.h | 2 -- source/blender/editors/include/UI_interface.h | 3 --- source/blender/editors/include/UI_interface_icons.h | 8 -------- source/blender/editors/space_view3d/view3d_intern.h | 3 --- 4 files changed, 16 deletions(-) (limited to 'source/blender/editors') diff --git a/source/blender/editors/include/ED_gpencil.h b/source/blender/editors/include/ED_gpencil.h index 23dbf24ed7b..5073207daa5 100644 --- a/source/blender/editors/include/ED_gpencil.h +++ b/source/blender/editors/include/ED_gpencil.h @@ -116,8 +116,6 @@ struct bGPdata *ED_annotation_data_get_active_direct(struct ID *screen_id, bool ED_gpencil_data_owner_is_annotation(struct PointerRNA *owner_ptr); /* 3D View */ -struct bGPdata *ED_gpencil_data_get_active_v3d(struct ViewLayer *view_layer, struct View3D *v3d); - bool ED_gpencil_has_keyframe_v3d(struct Scene *scene, struct Object *ob, int cfra); /* ----------- Stroke Editing Utilities ---------------- */ diff --git a/source/blender/editors/include/UI_interface.h b/source/blender/editors/include/UI_interface.h index a808e24ded3..8d84cf9deb6 100644 --- a/source/blender/editors/include/UI_interface.h +++ b/source/blender/editors/include/UI_interface.h @@ -2035,7 +2035,6 @@ eAutoPropButsReturn uiTemplateOperatorPropertyButs(const struct bContext *C, const eButLabelAlign label_align, const short flag); void uiTemplateHeader3D_mode(uiLayout *layout, struct bContext *C); -void uiTemplateHeader3D(uiLayout *layout, struct bContext *C); void uiTemplateEditModeSelection(uiLayout *layout, struct bContext *C); void uiTemplateReportsBanner(uiLayout *layout, struct bContext *C); void uiTemplateInputStatus(uiLayout *layout, struct bContext *C); @@ -2056,8 +2055,6 @@ void uiTemplateCacheFile(uiLayout *layout, struct PointerRNA *ptr, const char *propname); -struct ColorBand *UI_block_get_colorband_from_template_menu(struct uiBlock *block); - /* Default UIList class name, keep in sync with its declaration in bl_ui/__init__.py */ #define UI_UL_DEFAULT_CLASS_NAME "UI_UL_list" void uiTemplateList(uiLayout *layout, diff --git a/source/blender/editors/include/UI_interface_icons.h b/source/blender/editors/include/UI_interface_icons.h index db8afccbe2d..45fa9bc8442 100644 --- a/source/blender/editors/include/UI_interface_icons.h +++ b/source/blender/editors/include/UI_interface_icons.h @@ -78,14 +78,6 @@ void UI_icon_draw_ex(float x, const uchar mono_color[4], const bool mono_border); -void UI_icon_draw_desaturate(float x, - float y, - int icon_id, - float aspect, - float alpha, - float desaturate, - const char mono_color[4]); - void UI_icons_free(void); void UI_icons_free_drawinfo(void *drawinfo); diff --git a/source/blender/editors/space_view3d/view3d_intern.h b/source/blender/editors/space_view3d/view3d_intern.h index ddbb64bf067..c1690445a41 100644 --- a/source/blender/editors/space_view3d/view3d_intern.h +++ b/source/blender/editors/space_view3d/view3d_intern.h @@ -232,9 +232,6 @@ void ED_view3d_cameracontrol_update(struct View3DCameraControl *vctrl, void ED_view3d_cameracontrol_release(struct View3DCameraControl *vctrl, const bool restore); struct Object *ED_view3d_cameracontrol_object_get(struct View3DCameraControl *vctrl); -/* view3d_toolbar.c */ -void VIEW3D_OT_toolshelf(struct wmOperatorType *ot); - /* view3d_snap.c */ bool ED_view3d_minmax_verts(struct Object *obedit, float min[3], float max[3]); -- cgit v1.2.3