Index: chrome/common/gtk_util.h |
=================================================================== |
--- chrome/common/gtk_util.h (revision 17019) |
+++ chrome/common/gtk_util.h (working copy) |
@@ -44,10 +44,6 @@ |
// Initialize some GTK settings so that our dialogs are consistent. |
void InitRCStyles(); |
-// Returns the closest ancestor of |widget| which is a top level window or NULL |
-// if there is no such ancestor. The search starts at |widget|. |
-GtkWindow* ParentWindow(GtkWidget* widget); |
- |
} // namespace gtk_util |
#endif // CHROME_COMMON_GTK_UTIL_H_ |