diff --git a/test/ui.cpp b/test/ui.cpp index 596f4a00..e50d8e55 100644 --- a/test/ui.cpp +++ b/test/ui.cpp @@ -44,7 +44,6 @@ ProgressDialog::ProgressDialog (FWidget* parent) : FDialog(parent) reset->setText("&Reset"); reset->setGeometry(2, 6, 8, 1, false); reset->setShadow(); - //reset->setFocus(); reset->setDisable(); more = new FButton(this);