aboutsummaryrefslogtreecommitdiff
path: root/loader
diff options
context:
space:
mode:
Diffstat (limited to 'loader')
-rw-r--r--loader/loader.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/loader/loader.c b/loader/loader.c
index 10c65cd5..0801ab24 100644
--- a/loader/loader.c
+++ b/loader/loader.c
@@ -1229,11 +1229,6 @@ extern uint32_t loader_activate_device_layers(
}
loader_init_device_dispatch_table(icd->loader_dispatch + gpu_index, nextGPA, (VkPhysicalDevice) nextObj);
- //Insert the new wrapped objects into the list with loader object at head
- nextGpuObj = icd->wrappedGpus[gpu_index] + icd->layer_count[gpu_index] - 1;
- nextGpuObj->nextObject = baseObj;
- nextGpuObj->pGPA = icd->GetDeviceProcAddr;
-
} else {
// TODO: Check that active layers match requested?
}