diff options
author | lukefromdc <[email protected]> | 2017-12-31 01:55:09 -0500 |
---|---|---|
committer | monsta <[email protected]> | 2018-04-13 14:25:03 +0300 |
commit | deb8edaf42690b6320f97176743469d93e559662 (patch) | |
tree | 9a67d96a6e095591c00324f6bc3bae4df66d7051 | |
parent | 6f6c61f87fae560a28aa07d543c232c951f99f0d (diff) | |
download | caja-deb8edaf42690b6320f97176743469d93e559662.tar.bz2 caja-deb8edaf42690b6320f97176743469d93e559662.tar.xz |
places-sidebar: remove duplicate function
This is already handled in libcaja-private/caja-file-operations.c
-rw-r--r-- | src/caja-places-sidebar.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/caja-places-sidebar.c b/src/caja-places-sidebar.c index 22652671..fe7e84ca 100644 --- a/src/caja-places-sidebar.c +++ b/src/caja-places-sidebar.c @@ -2220,9 +2220,6 @@ drive_eject_cb (GObject *source_object, } g_error_free (error); } - else { - caja_application_notify_unmount_show ("It is now safe to remove the drive"); - } } static void |