From e97eba684fb1b1bbe2b65624beee2402d2199004 Mon Sep 17 00:00:00 2001 From: Stefano Karapetsas Date: Wed, 5 Sep 2012 20:54:05 +0200 Subject: remove old file-limit preference --- src/file-manager/fm-directory-view.h | 9 --------- 1 file changed, 9 deletions(-) (limited to 'src/file-manager/fm-directory-view.h') 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 -- cgit v1.2.1