shellMountOperation: Remove unused volume monitor

It seems to have never been used since 6b5f9a647a, the commit that
introduced it.

Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/2021>
This commit is contained in:
Sebastian Keller 2021-11-03 20:53:55 +01:00 committed by Marge Bot
parent b518f2b6af
commit 2e275cca25

View File

@ -542,7 +542,6 @@ var GnomeShellMountOpHandler = class {
Gio.BusNameOwnerFlags.REPLACE, null, null);
this._dialog = null;
this._volumeMonitor = Gio.VolumeMonitor.get();
this._ensureEmptyRequest();
}