CVS commit by jriddell: Prevent compiler warning M +1 -1 associationwidget.cpp 1.22 --- kdesdk/umbrello/umbrello/associationwidget.cpp #1.21:1.22 @@ -2360,5 +2360,5 @@ void AssociationWidget::slotMenuSelectio QString oldText, newText; int result; - bool done = false, ok; + bool done = false; KLineEditDlg* dlg = 0; QFont font;