Currently the delete brush and some other brushes use the line segment from the current brush position to the previous position to find curves to interact with. However, this doesn't work well with more advanced stroke settings that purposefully use non-contiguous brush sample locations. This commit makes the delete brush only use the current sample location. Differential Revision: https://developer.blender.org/D14992