summaryrefslogtreecommitdiff
path: root/libcaja-private/caja-directory-private.h
diff options
context:
space:
mode:
authormonsta <[email protected]>2017-04-18 11:50:02 +0300
committermonsta <[email protected]>2017-04-18 11:50:02 +0300
commit21668de5806ce71ceecd7470b717412bfa3bd01c (patch)
treeb575285b32d2db44b4182a902c9fe67998d48639 /libcaja-private/caja-directory-private.h
parented842baac4f438a90bd6214020d2363241171545 (diff)
downloadcaja-21668de5806ce71ceecd7470b717412bfa3bd01c.tar.bz2
caja-21668de5806ce71ceecd7470b717412bfa3bd01c.tar.xz
don't parse .hidden files manually - GIO does it since 2.36
taken from: https://git.gnome.org/browse/nautilus/commit/?id=ace6d2c2170028148785f3fa87eedf883f20f1dd GIO commit for reference: https://git.gnome.org/browse/glib/commit/?id=510ba9b4efe1813e24c6dfa7405c3547bf9efdd7
Diffstat (limited to 'libcaja-private/caja-directory-private.h')
-rw-r--r--libcaja-private/caja-directory-private.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/libcaja-private/caja-directory-private.h b/libcaja-private/caja-directory-private.h
index 4ea4e1b6..cee75c98 100644
--- a/libcaja-private/caja-directory-private.h
+++ b/libcaja-private/caja-directory-private.h
@@ -136,8 +136,6 @@ struct CajaDirectoryDetails
GList *file_operations_in_progress; /* list of FileOperation * */
- GHashTable *hidden_file_hash;
-
guint64 free_space; /* (guint)-1 for unknown */
time_t free_space_read; /* The time free_space was updated, or 0 for never */
};
@@ -237,9 +235,5 @@ void caja_directory_add_file_to_work_queue (CajaDirectory
void caja_directory_remove_file_from_work_queue (CajaDirectory *directory,
CajaFile *file);
-/* KDE compatibility hacks */
-
-void caja_set_kde_trash_name (const char *trash_dir);
-
/* debugging functions */
int caja_directory_number_outstanding (void);