1
0
mirror of https://github.com/doitsujin/dxvk.git synced 2025-01-19 14:52:10 +01:00

[dxvk] Remove redundant declaration

This commit is contained in:
Philip Rebohle 2018-09-21 19:43:47 +02:00
parent 0f52ec2796
commit 9284081180
No known key found for this signature in database
GPG Key ID: C8CC613427A31C99

View File

@ -763,8 +763,6 @@ namespace dxvk {
void commitComputeInitBarriers();
void commitComputePostBarriers();
Rc<DxvkBuffer> getTransferBuffer(VkDeviceSize size);
};
}