remove logging statements
Signed-off-by: Folling <mail@folling.io>
This commit is contained in:
parent
910f337d02
commit
1367373819
6 changed files with 260 additions and 75 deletions
|
|
@ -27,7 +27,7 @@ IkarusBlueprint * ikarus_blueprint_create(struct IkarusProject * project, char c
|
|||
}
|
||||
|
||||
void ikarus_blueprint_delete(IkarusBlueprint * blueprint) {
|
||||
ikarus::util::delete_object(blueprint->project, blueprint);
|
||||
ikarus::util::delete_object(blueprint);
|
||||
}
|
||||
|
||||
void ikarus_blueprint_get_properties(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue