[gnome-music/wip/mschraal/window-template: 2/2] window: Remove obsolete comment



commit 84b5740e5afed2731a2392542e7a2dc776e7874f
Author: Marinus Schraal <mschraal gnome org>
Date:   Fri Apr 17 16:27:55 2020 +0200

    window: Remove obsolete comment
    
    This comment is a remnant of a time when Application was referenced
    through an internal variable of Window.

 gnomemusic/window.py | 1 -
 1 file changed, 1 deletion(-)
---
diff --git a/gnomemusic/window.py b/gnomemusic/window.py
index f9ad95b5..ee4e5743 100644
--- a/gnomemusic/window.py
+++ b/gnomemusic/window.py
@@ -68,7 +68,6 @@ class Window(Gtk.ApplicationWindow):
         """
         super().__init__(application=app, title=_("Music"))
 
-        # Hack
         self._app = app
 
         self._app._coreselection.bind_property(


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