summaryrefslogtreecommitdiff
path: root/src/nautilus-view.h
diff options
context:
space:
mode:
authorCosimo Cecchi <cosimoc@gnome.org>2011-01-01 16:49:04 +0100
committerCosimo Cecchi <cosimoc@gnome.org>2011-01-11 11:43:56 +0100
commit8d726bab91c50d42edcb7e9a0e4107b6b0277ade (patch)
tree17d90123f0cf926c48cb142e60b6d22be49d0858 /src/nautilus-view.h
parent9ab314c1dd30dc2d30fc46a62e2d31059c4c340a (diff)
downloadnautilus-8d726bab91c50d42edcb7e9a0e4107b6b0277ade.tar.gz
view: move icon-view-only preferences to FMIconView
Instead of using virtual methods
Diffstat (limited to 'src/nautilus-view.h')
-rw-r--r--src/nautilus-view.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/nautilus-view.h b/src/nautilus-view.h
index dad2a149c..66522be6c 100644
--- a/src/nautilus-view.h
+++ b/src/nautilus-view.h
@@ -297,9 +297,6 @@ struct FMDirectoryViewClass {
* Icon and list views respond by synchronizing to the new preference
* values and forcing an update if appropriate.
*/
- void (* text_attribute_names_changed) (FMDirectoryView *view);
- void (* embedded_text_policy_changed) (FMDirectoryView *view);
- void (* image_display_policy_changed) (FMDirectoryView *view);
void (* click_policy_changed) (FMDirectoryView *view);
void (* sort_directories_first_changed) (FMDirectoryView *view);