[gnome-music] application.py: Removed unused functions



commit b56d21fbcb6d55a605636cf5322a479451e5397b
Author: theawless <theawless gmail com>
Date:   Mon Jan 16 17:19:06 2017 +0530

    application.py: Removed unused functions
    
    newplaylist function was not needed.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=777219

 gnomemusic/application.py |    5 -----
 1 files changed, 0 insertions(+), 5 deletions(-)
---
diff --git a/gnomemusic/application.py b/gnomemusic/application.py
index 81af532..b49cdee 100644
--- a/gnomemusic/application.py
+++ b/gnomemusic/application.py
@@ -70,7 +70,6 @@ class Application(Gtk.Application):
         actionEntries = [
             ('about', self.about),
             ('help', self.help),
-            ('newPlaylist', self.new_playlist),
             ('quit', self.quit),
         ]
 
@@ -80,10 +79,6 @@ class Application(Gtk.Application):
             self.add_action(simpleAction)
 
     @log
-    def new_playlist(self, action, param):
-        pass
-
-    @log
     def help(self, action, param):
         Gtk.show_uri(None, "help:gnome-music", Gdk.CURRENT_TIME)
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]