--- src/amuleDlg.cpp~	2008-03-04 12:23:32.000000000 +0100
+++ src/amuleDlg.cpp	2008-04-17 14:38:12.000000000 +0200
@@ -846,15 +846,6 @@
 
 void CamuleDlg::OnClose(wxCloseEvent& evt)
 {
-	// This will be here till the core close is != app close
-	if (evt.CanVeto() && thePrefs::IsConfirmExitEnabled() ) {
-		if (wxNO == wxMessageBox(wxString(_("Do you really want to exit aMule?")),
-				wxString(_("Exit confirmation")), wxYES_NO, this)) {
-			evt.Veto();
-			return;
-		}
-	}
-	
 	theApp->ShutDown(evt);
 }
 
