diff options
Diffstat (limited to 'src/file-manager/fm-directory-view.h')
-rw-r--r-- | src/file-manager/fm-directory-view.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/src/file-manager/fm-directory-view.h b/src/file-manager/fm-directory-view.h index 70718866..91c0164d 100644 --- a/src/file-manager/fm-directory-view.h +++ b/src/file-manager/fm-directory-view.h @@ -247,15 +247,6 @@ struct FMDirectoryViewClass */ char ** (* get_emblem_names_to_exclude) (FMDirectoryView *view); - /* file_limit_reached is a function pointer that subclasses may - * override to control what happens when a directory is loaded - * that has more files than Caja can handle. The default - * implmentation puts up a dialog box that is appropriate to - * display when the user explicitly tried to visit a location that - * they would think of as a normal directory. - */ - void (* file_limit_reached) (FMDirectoryView *view); - /* supports_properties is a function pointer that subclasses may * override to control whether the "Show Properties" menu item * should be enabled for selected items. The default implementation |