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 /src/file-manager/fm-list-model.h | |
parent | 6f295db45ebcb52c6e9ad39f8d639e35f88c5ef5 (diff) | |
download | caja-3c6122df79f4d6e86d7afa0e6c4b64403de7bc44.tar.bz2 caja-3c6122df79f4d6e86d7afa0e6c4b64403de7bc44.tar.xz |
drop a large amount of completely unused code
Diffstat (limited to 'src/file-manager/fm-list-model.h')
-rw-r--r-- | src/file-manager/fm-list-model.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/file-manager/fm-list-model.h b/src/file-manager/fm-list-model.h index 2d4ff88b..33b5add7 100644 --- a/src/file-manager/fm-list-model.h +++ b/src/file-manager/fm-list-model.h @@ -127,8 +127,6 @@ int fm_list_model_compare_func (FMListModel *model, int fm_list_model_add_column (FMListModel *model, CajaColumn *column); -int fm_list_model_get_column_number (FMListModel *model, - const char *column_name); void fm_list_model_subdirectory_done_loading (FMListModel *model, CajaDirectory *directory); |