GP: Cleanup previous commit

This commit is contained in:
2019-01-21 18:30:15 +01:00
parent 48149459e4
commit a712fbda6a

View File

@@ -967,7 +967,7 @@ void OBJECT_OT_drop_named_image(wmOperatorType *ot)
}
/********************* Add Gpencil Operator ********************/
bool object_gpencil_add_poll(bContext *C)
static bool object_gpencil_add_poll(bContext *C)
{
Scene *scene = CTX_data_scene(C);
Object *obact = CTX_data_active_object(C);