paint: cleanup

This commit is contained in:
luboslenco
2026-03-16 08:58:58 +01:00
parent 5446e2e35f
commit 000bce241a
6 changed files with 145 additions and 199 deletions
-1
View File
@@ -168,7 +168,6 @@ context_t *context_create() {
}
void context_init() {
gc_unroot(context_raw);
context_raw = context_create();
gc_root(context_raw);
context_raw->tool = TOOL_TYPE_BRUSH;