Transform: remove unused function

This commit is contained in:
mano-wii
2017-08-16 18:55:55 -03:00
parent 916b9b311f
commit 85169de54d

View File

@@ -1421,17 +1421,6 @@ bool snapNodesTransform(
r_loc, r_dist_px, r_node_border);
}
bool snapNodesContext(
bContext *C, const int mval[2], SnapSelect snap_select,
float r_loc[2], float *r_dist_px, char *r_node_border)
{
Scene *scene = CTX_data_scene(C);
ARegion *ar = CTX_wm_region(C);
return snapNodes(
scene->toolsettings, CTX_wm_space_node(C), ar, mval, snap_select,
r_loc, r_dist_px, r_node_border);
}
/*================================================================*/
static void applyGridIncrement(TransInfo *t, float *val, int max_index, const float fac[3], GearsType action);