diff options
| author | Ian Elliott <ianelliott@google.com> | 2015-11-23 15:25:28 -0700 |
|---|---|---|
| committer | Jon Ashburn <jon@lunarg.com> | 2015-12-01 10:18:24 -0700 |
| commit | cfa48f22275d69ff435c3e44484666e7bc21a829 (patch) | |
| tree | 9bc4416b2bdec1e072b5f3e38f237b0c122f213a | |
| parent | f2ff802d1af526821fd81fab779eddadffae017a (diff) | |
| download | usermoji-cfa48f22275d69ff435c3e44484666e7bc21a829.tar.xz | |
object_track: Remove some obsolete code
| -rw-r--r-- | layers/object_track.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/layers/object_track.h b/layers/object_track.h index 38e93055..cc1c5ce3 100644 --- a/layers/object_track.h +++ b/layers/object_track.h @@ -269,10 +269,6 @@ objTypeToIndex( uint32_t objType) { uint32_t index = objType; - if (objType > VK_OBJECT_TYPE_END_RANGE) { - // These come from VK_KHR_surface.h, rebase - index = (index -(VK_KHR_SWAPCHAIN_EXTENSION_NUMBER * -1000)) + VK_OBJECT_TYPE_END_RANGE; - } return index; } |
