From 987fb01873069a3e94d9339eaf4818d69404162c Mon Sep 17 00:00:00 2001 From: Eugene Gagarin Date: Wed, 29 Apr 2009 12:22:35 +0400 Subject: [PATCH] Delete unnecessary about_dialog function from Main --- src/main.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/main.py b/src/main.py index 69c3104..1736c7e 100755 --- a/src/main.py +++ b/src/main.py @@ -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...' -- 1.7.9.5