get rid of last globals todo comment

This commit is contained in:
jacekpoz 2024-09-27 00:21:46 +02:00
parent 39555882f2
commit 73aaf0455c
Signed by: poz
SSH key fingerprint: SHA256:JyLeVWE4bF3tDnFeUpUaJsPsNlJyBldDGV/dIKSLyN8

View file

@ -13,8 +13,6 @@
#endif
#include <GLFW/glfw3.h>
// TODO: clean up globals here
static VkSwapchainKHR m_swapchain;
PTK_LIST_DEFINE(VkImage);