[Bf-blender-cvs] [88eaa26] wiggly-widgets: Cleanup: Remove unused function declaration

Julian Eisel noreply at git.blender.org
Sun Dec 20 21:42:12 CET 2015


Commit: 88eaa261b5117e3bc007668486787154a8e8ca6e
Author: Julian Eisel
Date:   Sun Dec 20 21:38:12 2015 +0100
Branches: wiggly-widgets
https://developer.blender.org/rB88eaa261b5117e3bc007668486787154a8e8ca6e

Cleanup: Remove unused function declaration

===================================================================

M	source/blender/windowmanager/WM_api.h

===================================================================

diff --git a/source/blender/windowmanager/WM_api.h b/source/blender/windowmanager/WM_api.h
index 9f6f2f9..7810552 100644
--- a/source/blender/windowmanager/WM_api.h
+++ b/source/blender/windowmanager/WM_api.h
@@ -516,8 +516,6 @@ void  WM_widgetmap_widgets_draw(const struct bContext *C, const struct wmWidgetM
 void  WM_event_add_area_widgetmap_handlers(struct ARegion *ar);
 void  WM_modal_handler_attach_widgetgroup(struct bContext *C, struct wmEventHandler *handler,
                                           struct wmWidgetGroupType *wgrouptype, struct wmOperator *op);
-void  WM_widgetgroup_customdata_set(struct wmWidgetGroup *wgroup, void *data);
-void *WM_widgetgroup_customdata(const struct wmWidgetGroup *wgroup);
 
 /* wmWidget->flag */
 enum widgetflags {




More information about the Bf-blender-cvs mailing list