[nautilus] pathbar: remove hackish API



commit dd6b7f734252fb9a3813be9856e6c8a44c9bc01a
Author: Cosimo Cecchi <cosimoc gnome org>
Date:   Wed Feb 16 00:39:09 2011 -0500

    pathbar: remove hackish API

 src/nautilus-pathbar.c |    6 ------
 src/nautilus-pathbar.h |    2 --
 2 files changed, 0 insertions(+), 8 deletions(-)
---
diff --git a/src/nautilus-pathbar.c b/src/nautilus-pathbar.c
index f5ffb29..b06e49b 100644
--- a/src/nautilus-pathbar.c
+++ b/src/nautilus-pathbar.c
@@ -1915,9 +1915,3 @@ nautilus_path_bar_down (NautilusPathBar *path_bar)
 		}
         }
 }
-
-GtkWidget *
-nautilus_path_bar_get_button_from_button_list_entry (gpointer entry)
-{
-  return BUTTON_DATA(entry)->button;
-}
diff --git a/src/nautilus-pathbar.h b/src/nautilus-pathbar.h
index 045e100..8feb585 100644
--- a/src/nautilus-pathbar.h
+++ b/src/nautilus-pathbar.h
@@ -85,6 +85,4 @@ void     nautilus_path_bar_clear_buttons (NautilusPathBar *path_bar);
 void     nautilus_path_bar_up              (NautilusPathBar *path_bar);
 void     nautilus_path_bar_down            (NautilusPathBar *path_bar);
 
-GtkWidget * nautilus_path_bar_get_button_from_button_list_entry (gpointer entry);
-
 #endif /* NAUTILUS_PATHBAR_H */



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]