removed dead code

This commit is contained in:
ZappoMan 2013-10-30 12:21:05 -07:00
parent e8f5c86c73
commit 98f09d7061

View file

@ -79,9 +79,6 @@ LodToolsDialog::LodToolsDialog(QWidget* parent) :
connect(resetButton,SIGNAL(clicked(bool)),this,SLOT(resetClicked(bool)));
this->QDialog::setLayout(form);
//int width = 600;
//int height = 200;
//this->setFixedSize(width, height);
}
QString LodToolsDialog::getFeedbackText() {