1
0
mirror of https://github.com/doitsujin/dxvk.git synced 2025-01-29 17:52:18 +01:00

[dxvk] Removed leftover line of code

This commit is contained in:
Philip Rebohle 2017-12-25 16:09:00 +01:00
parent 89138e5b40
commit a368d04fa0

View File

@ -1,8 +1,6 @@
#include "dxvk_device.h"
#include "dxvk_queue.h"
using namespace std::chrono_literals;
namespace dxvk {
DxvkSubmissionQueue::DxvkSubmissionQueue(DxvkDevice* device)