summaryrefslogtreecommitdiff
path: root/src/nautilus-toolbar.h
diff options
context:
space:
mode:
authorCosimo Cecchi <cosimoc@gnome.org>2015-01-26 15:43:01 +0000
committerCosimo Cecchi <cosimoc@gnome.org>2015-01-26 15:43:01 +0000
commit67611448570a4575ca1b17c5061905b5b0a7030d (patch)
treeeba817f8cdecbdcdbeb8af4957c5717368e121f4 /src/nautilus-toolbar.h
parent9ca3aeb336bf9699a23d3b34ade4421411de643c (diff)
downloadnautilus-67611448570a4575ca1b17c5061905b5b0a7030d.tar.gz
toolbar: cleanup handling of zoom actions
Store the entire state in the action. The toolbar will be called to update the state anyway...
Diffstat (limited to 'src/nautilus-toolbar.h')
-rw-r--r--src/nautilus-toolbar.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/nautilus-toolbar.h b/src/nautilus-toolbar.h
index 10b77e52d..51a1d248d 100644
--- a/src/nautilus-toolbar.h
+++ b/src/nautilus-toolbar.h
@@ -73,7 +73,4 @@ void nautilus_toolbar_set_show_location_entry (NautilusToolbar *self,
gboolean show_location_entry);
void nautilus_toolbar_reset_menus (NautilusToolbar *self);
-void nautilus_toolbar_view_menu_widget_set_zoom_level (NautilusToolbar *self,
- gdouble level);
-
#endif /* __NAUTILUS_TOOLBAR_H__ */