diff options
Diffstat (limited to 'views/controls/native_control_gtk.h')
-rw-r--r-- | views/controls/native_control_gtk.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/views/controls/native_control_gtk.h b/views/controls/native_control_gtk.h index ce2f187..69f650d 100644 --- a/views/controls/native_control_gtk.h +++ b/views/controls/native_control_gtk.h @@ -36,10 +36,6 @@ class NativeControlGtk : public NativeViewHost { virtual void NativeControlCreated(GtkWidget* widget); private: - static void CallFocusIn(GtkWidget* widget, - GdkEventFocus* event, - NativeControlGtk* button); - DISALLOW_COPY_AND_ASSIGN(NativeControlGtk); }; |