[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
1 changed files with 0 additions and 2 deletions

View File

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