summaryrefslogtreecommitdiff
path: root/src/nautilus-list-view.c
diff options
context:
space:
mode:
authorAntónio Fernandes <antoniof@gnome.org>2018-11-29 00:52:55 +0000
committerCarlos Soriano <csoriano1618@gmail.com>2018-12-07 15:44:15 +0000
commit29733c26e2da9d266c716b23d5578cf741c91cd5 (patch)
tree5655cf71828839406158fdb3615f41f7f72cd6e8 /src/nautilus-list-view.c
parentbc4ea00e95a7e0cb0722a16dbef3d99241daf070 (diff)
downloadnautilus-29733c26e2da9d266c716b23d5578cf741c91cd5.tar.gz
file: Drop NAUTILUS_FILE_SORT_NONE
This was needed for manual layout, which was still used for handling desktop icons. Non-desktop views still have code to gracefully handle this value. With the refactoring from the last commit, we can finally drop this.
Diffstat (limited to 'src/nautilus-list-view.c')
-rw-r--r--src/nautilus-list-view.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/nautilus-list-view.c b/src/nautilus-list-view.c
index 82f377570..e478151cf 100644
--- a/src/nautilus-list-view.c
+++ b/src/nautilus-list-view.c
@@ -136,7 +136,6 @@ get_default_sort_order (NautilusFile *file,
*/
const char *attributes[] =
{
- "name", /* is really "manually" which doesn't apply to lists */
"name",
"size",
"type",