summaryrefslogtreecommitdiff
path: root/src/nautilus-view.h
diff options
context:
space:
mode:
authorGeorges Basile Stavracas Neto <georges.stavracas@gmail.com>2015-07-21 17:52:25 -0300
committerGeorges Basile Stavracas Neto <georges.stavracas@gmail.com>2015-07-21 17:52:25 -0300
commit70a7ad44701383d7e6b9b424c623a34cdf73a538 (patch)
tree4289d57580fb6529f827177d8f31adf28b1b454b /src/nautilus-view.h
parent9600c10b5098e455c182c196df859bc0dc9dc8db (diff)
downloadnautilus-70a7ad44701383d7e6b9b424c623a34cdf73a538.tar.gz
view: remove unused prototype
NautilusView is the abstract class that concrete views such as icon or list view inherit. In its header, there was a method that was used nowhere throughout the code. Remove this unused method.
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 49cc511ce..78218cfbe 100644
--- a/src/nautilus-view.h
+++ b/src/nautilus-view.h
@@ -377,9 +377,6 @@ void nautilus_view_zoom_to_level (NautilusView *v
void nautilus_view_restore_default_zoom_level (NautilusView *view);
gboolean nautilus_view_can_zoom_in (NautilusView *view);
gboolean nautilus_view_can_zoom_out (NautilusView *view);
-void nautilus_view_pop_up_location_context_menu (NautilusView *view,
- GdkEventButton *event,
- const char *location);
void nautilus_view_pop_up_pathbar_context_menu (NautilusView *view,
GdkEventButton *event,
const char *location);