Skip to content

Commit 6e184a7

Browse files
Remove openGLVersion hint
1 parent e6b7214 commit 6e184a7

File tree

2 files changed

+16
-3
lines changed

2 files changed

+16
-3
lines changed

Package.resolved

Lines changed: 16 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Sources/GLFW/Window/Hints.swift

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -156,9 +156,6 @@ extension GLFWWindow {
156156
set { (contextVersionMajor, contextVersionMinor) = newValue }
157157
}
158158

159-
@available(*, unavailable, renamed: "contextVersion")
160-
public var openGLVersion: (Int, Int) = (0,0)
161-
162159
public enum OpenGLCompatibility: Int32, Sendable {
163160
case backward, forward
164161
}

0 commit comments

Comments
 (0)