Skip to content

Commit 7f46d5a

Browse files
committed
this method was no longer useful
1 parent ec31abf commit 7f46d5a

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

xpra/client/gtk3/client_base.py

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -260,17 +260,6 @@ def get_vrefresh(self) -> int:
260260
return rate
261261

262262

263-
def get_notifier_classes(self) -> list[type]:
264-
#subclasses may add their toolkit specific variants
265-
#by overriding this method
266-
#use the native ones first:
267-
from xpra.client.gui import features
268-
assert features.notifications
269-
from xpra.client.mixins.notification import NotificationClient
270-
assert isinstance(self, NotificationClient)
271-
return NotificationClient.get_notifier_classes(self)
272-
273-
274263
def _process_startup_complete(self, packet : PacketType) -> None:
275264
super()._process_startup_complete(packet)
276265
Gdk.notify_startup_complete()

0 commit comments

Comments
 (0)