Remove context_popover_show()

This commit is contained in:
Teemu Ikonen 2022-08-11 20:26:04 +03:00
parent cb54577e0c
commit 224818e39f
1 changed files with 0 additions and 6 deletions

View File

@ -786,12 +786,6 @@ class gPodder(BuilderWidget, dbus.service.Object):
return event.button == 3
def context_popover_show(self, popover, x, y):
rec = Gdk.Rectangle()
rec.x, rec.y = x, y
popover.set_pointing_to(rec)
popover.popup()
def on_treeview_channels_button_released(self, treeview, event):
if event.window != treeview.get_bin_window():
return False