Skip to content

Commit 68168c5

Browse files
committed
disp/vulkan: Remove unused LogLevel enum
1 parent 937d07d commit 68168c5

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/video_display/vulkan/vulkan_context.hpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,6 @@ static_assert(VK_HEADER_VERSION > 100); // minimum Vulkan SDK version is 1.1.101
5454

5555
namespace vulkan_display {
5656

57-
enum class LogLevel{fatal, error, warning, notice, info, verbose, debug};
58-
5957
struct VulkanError : public std::runtime_error {
6058
explicit VulkanError(const std::string& msg) :
6159
std::runtime_error{ msg } { }

0 commit comments

Comments
 (0)