Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/prusa3d/PrusaSlicer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuSanka <yusanka@gmail.com>2018-04-23 16:39:55 +0300
committerYuSanka <yusanka@gmail.com>2018-04-23 16:39:55 +0300
commitb0841f78f4f602858bdaf23c2d9b41fb3b4f1958 (patch)
tree6161b58a63d1d739bbde6380a9cebf11952075d2 /xs/src/slic3r/GUI/Tab.hpp
parent6432ec8a9b91939b3e433e9a44c1f437a4b35b82 (diff)
Experiment failed
Diffstat (limited to 'xs/src/slic3r/GUI/Tab.hpp')
-rw-r--r--xs/src/slic3r/GUI/Tab.hpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/xs/src/slic3r/GUI/Tab.hpp b/xs/src/slic3r/GUI/Tab.hpp
index 0961c71fb..eda6727a8 100644
--- a/xs/src/slic3r/GUI/Tab.hpp
+++ b/xs/src/slic3r/GUI/Tab.hpp
@@ -300,11 +300,6 @@ public:
size_t m_initial_extruders_count;
size_t m_sys_extruders_count;
- std::vector<wxTreeItemId> m_extruders_tree_items;
- wxTreeItemId m_single_extruder_MM_item = nullptr;
- bool m_correct_treectrl = false; // m_correct_tree = false -> delete/create m_treectrl
- // m_correct_tree = true -> just correct m_treectrl
-
TabPrinter() {}
TabPrinter(wxNotebook* parent, bool no_controller) : Tab(parent, _(L("Printer Settings")), "printer", no_controller) {}
~TabPrinter(){}