Index: /branches/undo/src/gui/src/MainForm.cpp
===================================================================
--- /branches/undo/src/gui/src/MainForm.cpp	(revision 2125)
+++ /branches/undo/src/gui/src/MainForm.cpp	(revision 2183)
@@ -505,8 +505,4 @@
 void MainForm::action_file_save()
 {
-//	if ( ((Hydrogen::get_instance())->getState() == STATE_PLAYING) ) {
-//		(Hydrogen::get_instance())->stop();
-//	}
-
 	Song *song = Hydrogen::get_instance()->getSong();
 	QString filename = song->get_filename();
@@ -543,10 +539,4 @@
 
 void MainForm::action_help_about() {
-	//QWidget *parent = this;
-//	if (workspace) {
-//		parent = workspace;
-//	}
-
-	// show modal dialog
 	AboutDialog *dialog = new AboutDialog( NULL );
 	dialog->exec();
@@ -657,11 +647,4 @@
         fd->setWindowTitle( trUtf8( "Open song" ) );
 
-	/// \todo impostare il preview
-	/*
-	fd->setContentsPreviewEnabled( TRUE );
-	fd->setContentsPreview( "uno", "due" );
-	fd->setPreviewMode( QFileDialog::Contents );
-	*/
-
 	QString filename;
 	if (fd->exec() == QDialog::Accepted) {
@@ -744,10 +727,4 @@
 //	fd->setIcon( QPixmap( Skin::getImagePath() + "/icon16.png" ) );
 
-	/// \todo impostare il preview
-	/*
-	fd->setContentsPreviewEnabled( TRUE );
-	fd->setContentsPreview( "uno", "due" );
-	fd->setPreviewMode( QFileDialog::Contents );
-	*/
 	fd->setDirectory( QString( Preferences::get_instance()->getDemoPath() ) );
 
@@ -769,10 +746,4 @@
 void MainForm::showPreferencesDialog()
 {
-/*
-	if ( (Hydrogen::get_instance()->getState() == STATE_PLAYING) ) {
-                Hydrogen::get_instance()->sequencer_stop();
-        }
-*/
-
 	h2app->showPreferencesDialog();
 }
