Remote unecessary call to ces_type->callback

This commit is contained in:
Dalai Felinto 2017-03-17 11:52:09 +01:00
parent 722451e146
commit 4b190e312f
1 changed files with 0 additions and 3 deletions

View File

@ -1353,9 +1353,6 @@ static void collection_engine_settings_init(ListBase *lb)
CollectionEngineSettings *ces = collection_engine_settings_create(ces_type);
BLI_strncpy_utf8(ces->name, ces_type->name, sizeof(ces->name));
BLI_addtail(lb, ces);
/* call callback */
ces_type->callback(NULL, ces);
}
/* edit modes */