Index: chrome/browser/ui/gtk/gtk_util.h |
diff --git a/chrome/browser/ui/gtk/gtk_util.h b/chrome/browser/ui/gtk/gtk_util.h |
index c37d990ae7779ed5d8f8aa5daae63f6e1e4d8672..2fe3f588fb7044922bb78871c354cbc85ef6b913 100644 |
--- a/chrome/browser/ui/gtk/gtk_util.h |
+++ b/chrome/browser/ui/gtk/gtk_util.h |
@@ -33,17 +33,6 @@ namespace gfx { |
class Image; |
} |
-namespace event_utils { |
- |
-// Translates GdkEvent state into what kind of disposition they represent. |
-// For example, a middle click would mean to open a background tab. |
-WindowOpenDisposition DispositionFromGdkState(guint state); |
- |
-// Translates event flags into plaform independent event flags. |
-int EventFlagsFromGdkState(guint state); |
- |
-} // namespace event_utils |
- |
namespace gtk_util { |
// Create a table of labeled controls, using proper spacing and alignment. |
@@ -255,11 +244,6 @@ gfx::Rect GetWidgetRectRelativeToToplevel(GtkWidget* widget); |
// expose events are connected. |
void SuppressDefaultPainting(GtkWidget* container); |
-// Get the window open disposition from the state in gtk_get_current_event(). |
-// This is designed to be called inside a "clicked" event handler. It is an |
-// error to call it when gtk_get_current_event() won't return a GdkEventButton*. |
-WindowOpenDisposition DispositionForCurrentButtonPressEvent(); |
- |
// Safely grabs all input (with X grabs and an application grab), returning true |
// for success. |
bool GrabAllInput(GtkWidget* widget); |