diff options
author | monsta <[email protected]> | 2016-08-21 03:29:50 +0300 |
---|---|---|
committer | monsta <[email protected]> | 2016-08-22 16:40:21 +0300 |
commit | 3c6122df79f4d6e86d7afa0e6c4b64403de7bc44 (patch) | |
tree | bd06579cadb62b290fb983f61a02e4dedb3f64b1 /libcaja-private/caja-file-utilities.h | |
parent | 6f295db45ebcb52c6e9ad39f8d639e35f88c5ef5 (diff) | |
download | caja-3c6122df79f4d6e86d7afa0e6c4b64403de7bc44.tar.bz2 caja-3c6122df79f4d6e86d7afa0e6c4b64403de7bc44.tar.xz |
drop a large amount of completely unused code
Diffstat (limited to 'libcaja-private/caja-file-utilities.h')
-rw-r--r-- | libcaja-private/caja-file-utilities.h | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/libcaja-private/caja-file-utilities.h b/libcaja-private/caja-file-utilities.h index 3dd0e1a3..370cec02 100644 --- a/libcaja-private/caja-file-utilities.h +++ b/libcaja-private/caja-file-utilities.h @@ -48,7 +48,6 @@ gboolean caja_is_home_directory (GFile *dir); gboolean caja_is_home_directory_file (GFile *dir, const char *filename); gboolean caja_is_in_system_dir (GFile *location); -char * caja_get_gmc_desktop_directory (void); char * caja_get_pixmap_directory (void); gboolean caja_should_use_templates_directory (void); @@ -56,14 +55,8 @@ char * caja_get_templates_directory (void); char * caja_get_templates_directory_uri (void); void caja_create_templates_directory (void); -char * caja_get_searches_directory (void); - char * caja_compute_title_for_location (GFile *file); -/* This function returns something that needs to be freed with g_free, - * is not NULL, but is not garaunteed to exist */ -char * caja_get_desktop_directory_uri_no_create (void); - /* A version of mate's mate_pixmap_file that works for the caja prefix. * Otherwise similar to mate_pixmap_file in that it checks to see if the file * exists and returns NULL if it doesn't. @@ -90,13 +83,9 @@ void caja_uninhibit_power_manager (int cookie); char * caja_ensure_unique_file_name (const char *directory_uri, const char *base_name, const char *extension); -char * caja_unique_temporary_file_name (void); GFile * caja_find_existing_uri_in_hierarchy (GFile *location); -GFile * -caja_find_file_insensitive (GFile *parent, const gchar *name); - char * caja_get_accel_map_file (void); GHashTable * caja_trashed_files_get_original_directories (GList *files, |