forked from AuroraMiddleware/gtk
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:
parent
ff9e73d71e
commit
b3a80180c7
@ -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)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user