Skip to content

Commit 59946f1

Browse files
committed
remove unneeded line.
1 parent 6e4b6a0 commit 59946f1

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

  • files/usr/share/cinnamon/applets/notifications@cinnamon.org

files/usr/share/cinnamon/applets/notifications@cinnamon.org/applet.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,6 @@ class CinnamonNotificationsApplet extends Applet.TextIconApplet {
144144
return;
145145
}
146146

147-
notification.actor.unparent();
148147
let existing_index = this.notifications.indexOf(notification);
149148
if (existing_index != -1) { // This notification is already listed.
150149
if (notification._destroyed) {

0 commit comments

Comments
 (0)