summaryrefslogtreecommitdiff
path: root/src/nautilus-files-view.h
diff options
context:
space:
mode:
authorCarlos Soriano <csoriano@gnome.org>2016-04-12 14:05:31 +0200
committerCarlos Soriano <csoriano@gnome.org>2016-04-14 10:35:17 +0200
commit191fbb46db58bffa20bfbf7b145ec7a13beb3346 (patch)
tree2d82701fa3a7595ebcc4a797aa1267ce374792d4 /src/nautilus-files-view.h
parent391839b142322c6d165d334774a55f05bc7e221c (diff)
downloadnautilus-191fbb46db58bffa20bfbf7b145ec7a13beb3346.tar.gz
file: move special link to file instead of the view
This feels like belonging to the file itself rather than the view. https://bugzilla.gnome.org/show_bug.cgi?id=712620
Diffstat (limited to 'src/nautilus-files-view.h')
-rw-r--r--src/nautilus-files-view.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/nautilus-files-view.h b/src/nautilus-files-view.h
index 38b825e58..f775ab0a7 100644
--- a/src/nautilus-files-view.h
+++ b/src/nautilus-files-view.h
@@ -263,11 +263,6 @@ struct NautilusFilesViewClass {
* By default it shows a widget overlay on top of the view */
void (* check_empty_states) (NautilusFilesView *view);
- /* Use this to tell the view whether inside the selection there is some link
- * that cannot be worked with. This is used by the desktop for the trash,
- * home and other special links. */
- gboolean (* special_link_in_selection) (NautilusFilesView *view,
- GList *selection);
/* Use this when the scripts environment vars are being set, for selected files, etc.,
* if the subclassed view has some special links that need conversion to
* normal uris */