From c43473e88415db1b62f9fa225baa23ca344cace8 Mon Sep 17 00:00:00 2001 From: Brecht Van Lommel Date: Fri, 27 Mar 2020 17:41:02 +0100 Subject: Cleanup: remove GHOST API to query tablet state from Window It's not used by Blender anymore and it's unreliable since this state really only makes sense associated with events in a particular order. Ref D6675 --- intern/ghost/GHOST_C-api.h | 7 ------- 1 file changed, 7 deletions(-) (limited to 'intern/ghost/GHOST_C-api.h') diff --git a/intern/ghost/GHOST_C-api.h b/intern/ghost/GHOST_C-api.h index 5b45510a39f..75527d50c6a 100644 --- a/intern/ghost/GHOST_C-api.h +++ b/intern/ghost/GHOST_C-api.h @@ -761,13 +761,6 @@ extern unsigned int GHOST_GetDefaultOpenGLFramebuffer(GHOST_WindowHandle windwHa */ extern void GHOST_SetTabletAPI(GHOST_SystemHandle systemhandle, GHOST_TTabletAPI api); -/** - * Returns the status of the tablet - * \param windowhandle The handle to the window - * \return Status of tablet - */ -extern const GHOST_TabletData *GHOST_GetTabletData(GHOST_WindowHandle windowhandle); - /** * Access to rectangle width. * \param rectanglehandle The handle to the rectangle -- cgit v1.2.3