From 88294d7fa2a590674ec006da7fd9e8bd7a733fc3 Mon Sep 17 00:00:00 2001 From: Nicholas Bishop Date: Sun, 16 Aug 2009 02:35:44 +0000 Subject: 2.5/Particle edit: * Made particle edit object-localized. --- source/blender/editors/include/ED_view3d.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'source/blender/editors/include') diff --git a/source/blender/editors/include/ED_view3d.h b/source/blender/editors/include/ED_view3d.h index aecf8976fa1..07aa44cadd8 100644 --- a/source/blender/editors/include/ED_view3d.h +++ b/source/blender/editors/include/ED_view3d.h @@ -130,9 +130,6 @@ int edge_inside_circle(short centx, short centy, short rad, short x1, short y1, int lasso_inside(short mcords[][2], short moves, short sx, short sy); int lasso_inside_edge(short mcords[][2], short moves, int x0, int y0, int x1, int y1); -/* modes */ -int ED_view3d_exit_paint_modes(struct bContext *C); -void ED_view3d_restore_paint_modes(struct bContext *C, int); /* get 3d region from context, also if mouse is in header or toolbar */ struct RegionView3D *ED_view3d_context_rv3d(struct bContext *C); -- cgit v1.2.3