Cleanup: Unused variable

This commit is contained in:
Sergey Sharybin
2016-03-28 09:36:41 +02:00
parent ca935abc18
commit b7dfef325d

View File

@@ -221,7 +221,6 @@ static bool gp_brush_smooth_apply(tGP_BrushEditData *gso, bGPDstroke *gps, int i
const int radius, const int co[2])
{
GP_EditBrush_Data *brush = gso->brush;
bGPDspoint *pt = &gps->points[i];
float inf = gp_brush_influence_calc(gso, radius, co);
bool affect_pressure = (brush->flag & GP_EDITBRUSH_FLAG_SMOOTH_PRESSURE) != 0;