mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-10 08:17:51 -06:00
Deleted "Copy" column from ObjectList
This commit is contained in:
parent
e223120e7e
commit
33a0f5beff
6 changed files with 21 additions and 73 deletions
|
@ -116,8 +116,6 @@ public:
|
|||
void increase_object_instances(const size_t obj_idx, const size_t num);
|
||||
// Decrease instances count
|
||||
void decrease_object_instances(const size_t obj_idx, const size_t num);
|
||||
// Set count of object on c++ side
|
||||
void set_object_count(int idx, int count);
|
||||
|
||||
// #ys_FIXME_to_delete
|
||||
// Unselect all objects in the list on c++ side
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue