diff --git a/glfw/src/VideoMode.zig b/glfw/src/VideoMode.zig index 8e4fa3a4..f971c085 100644 --- a/glfw/src/VideoMode.zig +++ b/glfw/src/VideoMode.zig @@ -3,13 +3,8 @@ //! see also: glfw.Monitor.getVideoMode const std = @import("std"); -const mem = std.mem; -const testing = std.testing; const c = @import("c.zig").c; -const Error = @import("errors.zig").Error; -const getError = @import("errors.zig").getError; - handle: c.GLFWvidmode, /// Returns the width of the video mode, in screen coordinates.