[nautilus] navigation-window: remove commented out code
- From: Cosimo Cecchi <cosimoc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [nautilus] navigation-window: remove commented out code
- Date: Thu, 17 Feb 2011 16:27:16 +0000 (UTC)
commit ec87bd5216871dc2cc8c539b51f45be4096bcd2f
Author: Cosimo Cecchi <cosimoc gnome org>
Date: Thu Feb 10 12:51:12 2011 -0500
navigation-window: remove commented out code
src/nautilus-navigation-window.c | 16 ----------------
1 files changed, 0 insertions(+), 16 deletions(-)
---
diff --git a/src/nautilus-navigation-window.c b/src/nautilus-navigation-window.c
index bb23136..e38bf0a 100644
--- a/src/nautilus-navigation-window.c
+++ b/src/nautilus-navigation-window.c
@@ -800,8 +800,6 @@ side_pane_id_changed (NautilusNavigationWindow *window)
static void
nautilus_navigation_window_init (NautilusNavigationWindow *window)
{
- // GtkUIManager *ui_manager;
- // GtkWidget *toolbar;
NautilusWindow *win;
NautilusNavigationWindowPane *pane;
GtkWidget *hpaned;
@@ -851,20 +849,6 @@ nautilus_navigation_window_init (NautilusNavigationWindow *window)
nautilus_navigation_window_initialize_menus (window);
-#if 0
- ui_manager = nautilus_window_get_ui_manager (NAUTILUS_WINDOW (window));
- toolbar = gtk_ui_manager_get_widget (ui_manager, "/Toolbar");
- window->details->toolbar = toolbar;
- gtk_table_attach (GTK_TABLE (NAUTILUS_WINDOW (window)->details->table),
- toolbar,
- /* X direction */ /* Y direction */
- 0, 1, 1, 2,
- GTK_EXPAND | GTK_FILL | GTK_SHRINK, 0,
- 0, 0);
- gtk_widget_show (toolbar);
-
- nautilus_navigation_window_initialize_toolbars (window);
-#endif
/* Set initial sensitivity of some buttons & menu items
* now that they're all created.
*/
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]