Index: chrome/browser/gtk/bookmark_bar_gtk.h |
diff --git a/chrome/browser/gtk/bookmark_bar_gtk.h b/chrome/browser/gtk/bookmark_bar_gtk.h |
index e17474618e9399d38209b8d0eab8ec379b94af5f..d45fcdbb1235e3a47642aa098d3eebc95547b4e6 100644 |
--- a/chrome/browser/gtk/bookmark_bar_gtk.h |
+++ b/chrome/browser/gtk/bookmark_bar_gtk.h |
@@ -186,12 +186,6 @@ class BookmarkBarGtk : public BookmarkModelObserver { |
// We create a GtkToolbarItem from |dragged_node_| for display. |
GtkToolItem* toolbar_drop_item_; |
- // Default bookmark icon to display. |
- GdkPixbuf* default_bookmark_icon_; |
- |
- // Icon for bookmark folders. |
- GdkPixbuf* folder_icon_; |
- |
// Whether we should show the instructional text in the bookmark bar. |
bool show_instructions_; |
}; |