Delete unnecessary about_dialog function from Main
authorEugene Gagarin <mosfet07@ya.ru>
Wed, 29 Apr 2009 08:22:35 +0000 (12:22 +0400)
committerEugene Gagarin <mosfet07@ya.ru>
Wed, 29 Apr 2009 08:22:35 +0000 (12:22 +0400)
src/main.py

index 69c3104..1736c7e 100755 (executable)
@@ -147,10 +147,6 @@ class Gtk_Presentation(object):
         window.show_all()
         gtk.main()
 
-    def about_dialog(self, btn):
-        from about import About
-        About()
-
     #=== Search selecting =====================================================
     def show_search_toplevel(self, btn, searchtype):
         print 'Entering <' + searchtype + '> search mode...'