Drop redundant declaration

This commit is contained in:
kd-11 2022-02-21 21:51:23 +03:00 committed by kd-11
commit 10e6b43a2f

View file

@ -25,8 +25,6 @@
#define FRAME_PRESENT_TIMEOUT 10000000ull // 10 seconds #define FRAME_PRESENT_TIMEOUT 10000000ull // 10 seconds
#define GENERAL_WAIT_TIMEOUT 2000000ull // 2 seconds #define GENERAL_WAIT_TIMEOUT 2000000ull // 2 seconds
u64 get_system_time();
namespace vk namespace vk
{ {
struct buffer_view; struct buffer_view;