diff options
| author | Jon Ashburn <jon@lunarg.com> | 2015-06-16 12:44:51 -0600 |
|---|---|---|
| committer | Courtney Goeltzenleuchter <courtney@LunarG.com> | 2015-06-18 10:22:58 -0600 |
| commit | d7130cb41fef9c36c41c8d3a3f60ae4b0b7484b6 (patch) | |
| tree | 7d8ce1fe2bd643d347da1010da3c4ad4cfe185d6 /loader/loader.c | |
| parent | e35b0a6c77018bd5b6df570e48bb6ae97cb6c003 (diff) | |
| download | usermoji-d7130cb41fef9c36c41c8d3a3f60ae4b0b7484b6.tar.xz | |
misc: Remove GetDisplayInfoWSI()
This entry point was a challenge for loader to handle correctly. Since it is
going away in the new WSI proposal remove it in all components.
Diffstat (limited to 'loader/loader.c')
| -rw-r--r-- | loader/loader.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/loader/loader.c b/loader/loader.c index 3f13cdbc..d5f8f462 100644 --- a/loader/loader.c +++ b/loader/loader.c @@ -91,7 +91,6 @@ const VkLayerInstanceDispatchTable instance_disp = { .CreateDevice = loader_CreateDevice, .GetPhysicalDeviceExtensionInfo = loader_GetPhysicalDeviceExtensionInfo, .GetMultiDeviceCompatibility = loader_GetMultiDeviceCompatibility, - .GetDisplayInfoWSI = loader_GetDisplayInfoWSI, .DbgCreateMsgCallback = loader_DbgCreateMsgCallback, .DbgDestroyMsgCallback = loader_DbgDestroyMsgCallback, }; @@ -724,7 +723,6 @@ static void loader_icd_init_entrys(struct loader_icd *icd, LOOKUP(CreateDevice); LOOKUP(GetPhysicalDeviceExtensionInfo); LOOKUP(GetMultiDeviceCompatibility); - LOOKUP(GetDisplayInfoWSI); LOOKUP(DbgCreateMsgCallback); LOOKUP(DbgDestroyMsgCallback); #undef LOOKUP |
