Don't export on_motion_event() callback unnecessarily

This commit is contained in:
Colomban Wendling 2014-10-28 16:13:10 +01:00 committed by Thomas Martitz
parent bc013ae9fe
commit 2bfd394803

View File

@ -1552,7 +1552,6 @@ void on_toolbutton_back_activate(GtkAction *menuitem, gpointer user_data)
}
GEANY_EXPORT_SYMBOL
gboolean on_motion_event(GtkWidget *widget, GdkEventMotion *event, gpointer user_data)
{
if (prefs.auto_focus && ! gtk_widget_has_focus(widget))