mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-04 17:16:09 +02:00
removed dead code
This commit is contained in:
parent
e8f5c86c73
commit
98f09d7061
1 changed files with 0 additions and 3 deletions
|
@ -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() {
|
||||
|
|
Loading…
Reference in a new issue