remove dead code
This commit is contained in:
@ -855,7 +855,6 @@ void LammpsGui::do_run(bool use_buffer)
|
|||||||
status->repaint();
|
status->repaint();
|
||||||
start_lammps();
|
start_lammps();
|
||||||
if (!lammps.is_open()) return;
|
if (!lammps.is_open()) return;
|
||||||
clear();
|
|
||||||
capturer->BeginCapture();
|
capturer->BeginCapture();
|
||||||
|
|
||||||
runner = new LammpsRunner(this);
|
runner = new LammpsRunner(this);
|
||||||
@ -946,11 +945,6 @@ void LammpsGui::render_image()
|
|||||||
imagewindow->show();
|
imagewindow->show();
|
||||||
}
|
}
|
||||||
|
|
||||||
void LammpsGui::clear()
|
|
||||||
{
|
|
||||||
ui->textEdit->moveCursor(QTextCursor::Start, QTextCursor::MoveAnchor);
|
|
||||||
}
|
|
||||||
|
|
||||||
void LammpsGui::view_chart()
|
void LammpsGui::view_chart()
|
||||||
{
|
{
|
||||||
QSettings settings;
|
QSettings settings;
|
||||||
|
|||||||
@ -77,7 +77,6 @@ private slots:
|
|||||||
void paste();
|
void paste();
|
||||||
void undo();
|
void undo();
|
||||||
void redo();
|
void redo();
|
||||||
void clear();
|
|
||||||
void run_buffer() { do_run(true); }
|
void run_buffer() { do_run(true); }
|
||||||
void run_file() { do_run(false); }
|
void run_file() { do_run(false); }
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user