diff options
Diffstat (limited to 'libcaja-private/caja-directory-private.h')
-rw-r--r-- | libcaja-private/caja-directory-private.h | 6 |
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); |