Skip to content

Commit

Permalink
Cleanup ifdefs
Browse files Browse the repository at this point in the history
  • Loading branch information
luboslenco committed Nov 7, 2024
1 parent 23c15d3 commit 4c44b4f
Show file tree
Hide file tree
Showing 32 changed files with 687 additions and 882 deletions.
3 changes: 3 additions & 0 deletions armorlab/sources/render_path_paint.ts
Original file line number Diff line number Diff line change
Expand Up @@ -329,3 +329,6 @@ function render_path_paint_set_plane_mesh() {

function render_path_paint_restore_plane_mesh() {
}

function render_path_paint_dilate(base: bool, nor_pack: bool) {
}
6 changes: 0 additions & 6 deletions armorlab/sources/render_path_preview.ts

This file was deleted.

8 changes: 0 additions & 8 deletions armorlab/sources/slot_brush.ts

This file was deleted.

9 changes: 0 additions & 9 deletions armorlab/sources/slot_font.ts

This file was deleted.

26 changes: 0 additions & 26 deletions armorlab/sources/slot_layer.ts

This file was deleted.

11 changes: 0 additions & 11 deletions armorlab/sources/slot_material.ts

This file was deleted.

3 changes: 3 additions & 0 deletions armorsculpt/sources/tab_layers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -420,3 +420,6 @@ function tab_layers_can_drop_new_layer(position: i32): bool {
}
return true;
}

function tab_layers_make_mask_preview_rgba32(l: slot_layer_t) {
}
Loading

0 comments on commit 4c44b4f

Please sign in to comment.