Win32: remove leftover function

gdk_devices_list was removed from the API in 3.0 and it is not
in the headers. The win32 implementation lingered on by mistake.
This commit is contained in:
Paolo Borelli 2016-02-22 18:51:30 +01:00
parent ff9e73d71e
commit b3a80180c7

View File

@ -43,12 +43,6 @@ gint _gdk_input_ignore_core;
GList *_gdk_input_devices;
GList *_gdk_input_windows;
GList *
gdk_devices_list (void)
{
return _gdk_win32_display_list_devices (_gdk_display);
}
GList *
_gdk_win32_display_list_devices (GdkDisplay *dpy)
{