diff --git a/gio/tests/memory-monitor-dbus.py.in b/gio/tests/memory-monitor-dbus.py.in index cd16cf4e3..7823e7309 100755 --- a/gio/tests/memory-monitor-dbus.py.in +++ b/gio/tests/memory-monitor-dbus.py.in @@ -31,9 +31,6 @@ try: dbus.mainloop.glib.DBusGMainLoop(set_as_default=True) - # XDG_DESKTOP_PORTAL_PATH = os.path.expanduser("~/.cache/jhbuild/build/xdg-desktop-portal/xdg-desktop-portal") - XDG_DESKTOP_PORTAL_PATH = "@libexecdir@/xdg-desktop-portal" - class TestLowMemoryMonitor(dbusmock.DBusTestCase): '''Test GMemoryMonitorDBus'''