gdk: remove the core_pointer field from GdkDisplay

It is not used anymore, so no need to set it

https://bugzilla.gnome.org/show_bug.cgi?id=762820
This commit is contained in:
Paolo Borelli
2016-02-28 15:15:29 +01:00
parent 502744be85
commit 38ad57948c
7 changed files with 7 additions and 14 deletions

View File

@ -87,9 +87,8 @@ gdk_quartz_display_init_input (GdkDisplay *display)
g_list_free (list);
/* Add the core pointer to the devices list */
display->core_pointer = GDK_QUARTZ_DEVICE_MANAGER_CORE (device_manager)->core_pointer;
display_quartz->input_devices = g_list_prepend (display_quartz->input_devices,
g_object_ref (display->core_pointer));
g_object_ref (GDK_QUARTZ_DEVICE_MANAGER_CORE (device_manager)->core_pointer));
}
GdkDisplay *