forked from AuroraMiddleware/gtk
Drop _gdk_device_query_state
It is now unused.
This commit is contained in:
parent
983f072514
commit
9b0c2e62ba
@ -1069,22 +1069,6 @@ _gdk_device_translate_axis (GdkDevice *device,
|
||||
return TRUE;
|
||||
}
|
||||
|
||||
void
|
||||
_gdk_device_query_state (GdkDevice *device,
|
||||
GdkSurface *surface,
|
||||
GdkSurface **child_surface,
|
||||
double *win_x,
|
||||
double *win_y,
|
||||
GdkModifierType *mask)
|
||||
{
|
||||
GDK_DEVICE_GET_CLASS (device)->query_state (device,
|
||||
surface,
|
||||
child_surface,
|
||||
win_x,
|
||||
win_y,
|
||||
mask);
|
||||
}
|
||||
|
||||
GdkSurface *
|
||||
_gdk_device_surface_at_position (GdkDevice *device,
|
||||
double *win_x,
|
||||
|
@ -174,12 +174,6 @@ void _gdk_device_add_physical_device (GdkDevice *device,
|
||||
void _gdk_device_remove_physical_device (GdkDevice *device,
|
||||
GdkDevice *physical);
|
||||
|
||||
void _gdk_device_query_state (GdkDevice *device,
|
||||
GdkSurface *surface,
|
||||
GdkSurface **child_surface,
|
||||
double *win_x,
|
||||
double *win_y,
|
||||
GdkModifierType *mask);
|
||||
GdkSurface * _gdk_device_surface_at_position (GdkDevice *device,
|
||||
double *win_x,
|
||||
double *win_y,
|
||||
|
Loading…
Reference in New Issue
Block a user