[nautilus] view: remove unused prototype
- From: Georges Basile Stavracas Neto <gbsneto src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [nautilus] view: remove unused prototype
- Date: Tue, 21 Jul 2015 20:54:25 +0000 (UTC)
commit 70a7ad44701383d7e6b9b424c623a34cdf73a538
Author: Georges Basile Stavracas Neto <georges stavracas gmail com>
Date: Tue Jul 21 17:52:25 2015 -0300
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.
src/nautilus-view.h | 3 ---
1 files changed, 0 insertions(+), 3 deletions(-)
---
diff --git a/src/nautilus-view.h b/src/nautilus-view.h
index 49cc511..78218cf 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);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]