Fix compiler errors after merge master
This commit is contained in:
@@ -645,10 +645,10 @@ static char *view3d_object_data_drop_tooltip(bContext * /*C*/,
|
||||
return BLI_strdup(TIP_("Create object instance from object-data"));
|
||||
}
|
||||
|
||||
static char *view3d_gpencil_data_drop_tooltip(bContext *UNUSED(C),
|
||||
wmDrag *UNUSED(drag),
|
||||
const int UNUSED(xy[2]),
|
||||
wmDropBox *UNUSED(drop))
|
||||
static char *view3d_gpencil_data_drop_tooltip(bContext * /*C*/,
|
||||
wmDrag * /*drag*/,
|
||||
const int /*xy*/[2],
|
||||
wmDropBox * /*drop*/)
|
||||
{
|
||||
return BLI_strdup(TIP_("Add strokes to active object"));
|
||||
}
|
||||
|
Reference in New Issue
Block a user