mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-21 05:37:52 -06:00
Remove unused code
This commit is contained in:
parent
4abca6a091
commit
50b7b3d073
1 changed files with 0 additions and 1 deletions
|
@ -268,7 +268,6 @@ void EditGCodeDialog::add_selected_value_to_gcode()
|
||||||
if (val.IsEmpty())
|
if (val.IsEmpty())
|
||||||
return;
|
return;
|
||||||
|
|
||||||
const long pos = m_gcode_editor->GetInsertionPoint();
|
|
||||||
m_gcode_editor->WriteText(m_gcode_editor->GetInsertionPoint() == m_gcode_editor->GetLastPosition() ? "\n" + val : val);
|
m_gcode_editor->WriteText(m_gcode_editor->GetInsertionPoint() == m_gcode_editor->GetLastPosition() ? "\n" + val : val);
|
||||||
|
|
||||||
if (val.Last() == ']') {
|
if (val.Last() == ']') {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue