mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-10-20 07:11:12 -06:00
Make clear_regions and delete_region methods private (both Print & Layer), and remove from XSP.
This commit is contained in:
parent
85cbbed663
commit
b8b8c746d9
4 changed files with 7 additions and 7 deletions
|
@ -52,7 +52,6 @@
|
|||
%code%{ THIS->lower_layer = layer; %};
|
||||
|
||||
size_t region_count();
|
||||
void clear_regions();
|
||||
Ref<LayerRegion> get_region(int idx);
|
||||
Ref<LayerRegion> add_region(PrintRegion* print_region);
|
||||
|
||||
|
@ -96,10 +95,8 @@
|
|||
%code%{ THIS->lower_layer = layer; %};
|
||||
|
||||
size_t region_count();
|
||||
void clear_regions();
|
||||
Ref<LayerRegion> get_region(int idx);
|
||||
Ref<LayerRegion> add_region(PrintRegion* print_region);
|
||||
void delete_region(int idx);
|
||||
|
||||
Ref<ExPolygonCollection> slices()
|
||||
%code%{ RETVAL = &THIS->slices; %};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue