Index: lib_vfs.c =================================================================== --- lib_vfs.c (revision 24144) +++ lib_vfs.c (revision 24145) @@ -217,15 +217,10 @@ pcb_append_printf(&path, "%ld", lid); cb(ctx, path.array, 1); - { - int ou = path.used; - cb_mkdir(cb, ctx, &path, "/p"); - cb_mkdir(cb, ctx, &path, "/a"); - cb_mkdir(cb, ctx, &path, "/line"); - cb_mkdir(cb, ctx, &path, "/poly"); - cb_mkdir(cb, ctx, &path, "/text"); - cb_mkdir(cb, ctx, &path, "/arc"); - } + cb_mkdir(cb, ctx, &path, "/line"); + cb_mkdir(cb, ctx, &path, "/poly"); + cb_mkdir(cb, ctx, &path, "/text"); + cb_mkdir(cb, ctx, &path, "/arc"); pcb_props_init(&pctx, PCB); vtl0_append(&pctx.layers, lid);