Remove commented code
[mussorgsky] / src / edit_panel_tm.py
index 40dd025..6c49a22 100644 (file)
@@ -160,12 +160,6 @@ class MussorgskyEditPanel (hildon.StackableWindow):
             # This error in case of tracker returning unexistent files.
             # Uhm.... for instance after removing a memory card we are editing!
             pass
-            #dialog = gtk.MessageDialog (self,
-            #                            gtk.DIALOG_DESTROY_WITH_PARENT,
-            #                            gtk.MESSAGE_ERROR,
-            #                            gtk.BUTTONS_CLOSE,
-            #                            "%s" % str(e));
-            #dialog.run ()
         
 
     def __is_view_dirty (self):